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
public final class TCPServiceChannelWSAdapter extends TCPAdapter
- Author:
- Alexey Stashok
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTCPServiceChannelWSAdapter.ServiceChannelWSSatellite-
Nested classes/interfaces inherited from class com.sun.xml.ws.transport.tcp.server.TCPAdapter
TCPAdapter.TCPToolkit
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.transport.tcp.server.TCPAdapter
FACTORY
-
-
Constructor Summary
Constructors Constructor Description TCPServiceChannelWSAdapter(String name, String urlPattern, com.sun.xml.ws.api.server.WSEndpoint endpoint, WSTCPAdapterRegistry adapterRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TCPAdapter.TCPToolkitcreateToolkit()-
Methods inherited from class com.sun.xml.ws.transport.tcp.server.TCPAdapter
getValidPath, handle, sendErrorResponse
-
-
-
-
Constructor Detail
-
TCPServiceChannelWSAdapter
public TCPServiceChannelWSAdapter(@NotNull String name, @NotNull String urlPattern, @NotNull com.sun.xml.ws.api.server.WSEndpoint endpoint, @NotNull WSTCPAdapterRegistry adapterRegistry)
-
-
Method Detail
-
createToolkit
protected TCPAdapter.TCPToolkit createToolkit()
- Overrides:
createToolkitin classTCPAdapter
-
-