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:
com.sun.xml.ws.api.Component,com.sun.xml.ws.api.config.management.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
com.sun.xml.ws.api.server.Adapter.Toolkit -
Field Summary
Fields inherited from class com.sun.xml.ws.transport.tcp.server.TCPAdapter
FACTORYFields inherited from class com.sun.xml.ws.api.server.Adapter
endpoint, pool -
Constructor Summary
ConstructorsConstructorDescriptionTCPServiceChannelWSAdapter(String name, String urlPattern, com.sun.xml.ws.api.server.WSEndpoint endpoint, WSTCPAdapterRegistry adapterRegistry) -
Method Summary
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 com.sun.xml.ws.api.server.WSEndpoint endpoint, @NotNull WSTCPAdapterRegistry adapterRegistry)
-
-
Method Details
-
createToolkit
- Overrides:
createToolkitin classTCPAdapter
-