com.sun.xml.ws.api.server
Class Adapter.Toolkit

java.lang.Object
  extended by com.sun.xml.ws.api.server.Adapter.Toolkit
Direct Known Subclasses:
HttpAdapter.HttpToolkit
Enclosing class:
Adapter<TK extends Adapter.Toolkit>

public class Adapter.Toolkit
extends Object

Object that groups all thread-unsafe resources.


Field Summary
 Codec codec
          For encoding/decoding infoset to/from the byte stream.
 WSEndpoint.PipeHead head
          This object from WSEndpoint serves the request.
 
Constructor Summary
Adapter.Toolkit()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codec

public final Codec codec
For encoding/decoding infoset to/from the byte stream.


head

public final WSEndpoint.PipeHead head
This object from WSEndpoint serves the request.

Constructor Detail

Adapter.Toolkit

public Adapter.Toolkit()