Package com.sun.xml.ws.api.server
Class Adapter.Toolkit
- java.lang.Object
-
- com.sun.xml.ws.api.server.Adapter.Toolkit
-
- Direct Known Subclasses:
TCPAdapter.TCPToolkit
- Enclosing class:
- Adapter<TK extends Adapter.Toolkit>
public class Adapter.Toolkit extends Object
Object that groups all thread-unsafe resources.
-
-
Field Summary
Fields Modifier and Type Field Description Codec
codec
For encoding/decoding infoset to/from the byte stream.WSEndpoint.PipeHead
head
This object fromWSEndpoint
serves the request.
-
Constructor Summary
Constructors Constructor Description Toolkit()
-
-
-
Field Detail
-
codec
public final Codec codec
For encoding/decoding infoset to/from the byte stream.
-
head
public final WSEndpoint.PipeHead head
This object fromWSEndpoint
serves the request.
-
-