com.sun.xml.ws.transport.tcp.client
Class ServiceChannelTransportPipe
java.lang.Object
com.sun.xml.ws.transport.tcp.client.TCPTransportPipe
com.sun.xml.ws.transport.tcp.client.ServiceChannelTransportPipe
- All Implemented Interfaces:
- com.sun.xml.ws.api.pipe.Pipe
public final class ServiceChannelTransportPipe
- extends TCPTransportPipe
Method Summary |
com.sun.xml.ws.api.pipe.Pipe |
copy(com.sun.xml.ws.api.pipe.PipeCloner cloner)
|
com.sun.xml.ws.api.message.Packet |
process(com.sun.xml.ws.api.message.Packet packet)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceChannelTransportPipe
public ServiceChannelTransportPipe(@NotNull
com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext context)
ServiceChannelTransportPipe
public ServiceChannelTransportPipe(@NotNull
ClientTubelineAssemblyContext context)
ServiceChannelTransportPipe
public ServiceChannelTransportPipe(ClientTubelineAssemblyContext context,
int customTCPPort)
process
public com.sun.xml.ws.api.message.Packet process(com.sun.xml.ws.api.message.Packet packet)
- Specified by:
process
in interface com.sun.xml.ws.api.pipe.Pipe
- Overrides:
process
in class TCPTransportPipe
copy
public com.sun.xml.ws.api.pipe.Pipe copy(com.sun.xml.ws.api.pipe.PipeCloner cloner)
- Specified by:
copy
in interface com.sun.xml.ws.api.pipe.Pipe
- Overrides:
copy
in class TCPTransportPipe