Class TCPServiceChannelWSAdapter
java.lang.Object
com.sun.xml.ws.api.server.Adapter<TCPAdapter.TCPToolkit>
com.sun.xml.ws.transport.tcp.server.TCPAdapter
com.sun.xml.ws.transport.tcp.server.TCPServiceChannelWSAdapter
- All Implemented Interfaces:
Component,Reconfigurable
- Author:
- Alexey Stashok
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classNested classes/interfaces inherited from class com.sun.xml.ws.transport.tcp.server.TCPAdapter
TCPAdapter.TCPToolkitNested classes/interfaces inherited from class com.sun.xml.ws.api.server.Adapter
Adapter.Toolkit -
Field Summary
Fields inherited from class com.sun.xml.ws.transport.tcp.server.TCPAdapter
FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionTCPServiceChannelWSAdapter(String name, String urlPattern, WSEndpoint endpoint, WSTCPAdapterRegistry adapterRegistry) -
Method Summary
Modifier and TypeMethodDescriptionprotected TCPAdapter.TCPToolkitCreates aAdapter<TK extends Adapter.Toolkit>.Toolkitinstance.Methods inherited from class com.sun.xml.ws.transport.tcp.server.TCPAdapter
getValidPath, handle, sendErrorResponseMethods inherited from class com.sun.xml.ws.api.server.Adapter
getEndpoint, getEndpointComponent, getPool, getSPI, reconfigure
-
Constructor Details
-
TCPServiceChannelWSAdapter
public TCPServiceChannelWSAdapter(@NotNull String name, @NotNull String urlPattern, @NotNull WSEndpoint endpoint, @NotNull WSTCPAdapterRegistry adapterRegistry)
-
-
Method Details
-
createToolkit
Description copied from class:AdapterCreates aAdapter<TK extends Adapter.Toolkit>.Toolkitinstance.If the derived class doesn't have to add any per-thread state to
Adapter<TK extends Adapter.Toolkit>.Toolkit, simply implement this asnew Toolkit().- Overrides:
createToolkitin classTCPAdapter
-