com.sun.xml.ws.transport.tcp.client
Class ServiceChannelTransportPipe
java.lang.Object
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
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, com.sun.xml.ws.api.pipe.Tube
public final class ServiceChannelTransportPipe
- extends TCPTransportPipe
- Author:
- Alexey Stashok
|
Method Summary |
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl |
copy(com.sun.xml.ws.api.pipe.TubeCloner cloner)
|
com.sun.xml.ws.api.message.Packet |
process(com.sun.xml.ws.api.message.Packet packet)
|
| Methods inherited from class com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl |
copy, doInvoke, doInvokeAndForget, doReturnWith, doSuspend, doSuspend, doThrow |
| 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.ClientTubeAssemblerContext context)
ServiceChannelTransportPipe
public ServiceChannelTransportPipe(com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext 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.helper.AbstractTubeImpl copy(com.sun.xml.ws.api.pipe.TubeCloner cloner)
- Specified by:
copy in interface com.sun.xml.ws.api.pipe.Tube- Overrides:
copy in class TCPTransportPipe
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.