Class TCPTransportPipeFactory
- java.lang.Object
-
- com.sun.xml.ws.api.pipe.TransportTubeFactory
-
- com.sun.xml.ws.transport.tcp.client.TCPTransportPipeFactory
-
- Direct Known Subclasses:
TCPTransportPipeFactory
public class TCPTransportPipeFactory extends TransportTubeFactory
- Author:
- Alexey Stashok
-
-
Constructor Summary
Constructors Constructor Description TCPTransportPipeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TubedoCreate(ClientTubeAssemblerContext context)Creates a transportTubefor the given port, if this factory can do so, or return null.-
Methods inherited from class com.sun.xml.ws.api.pipe.TransportTubeFactory
create, createDefault, createHttpTransport
-
-
-
-
Method Detail
-
doCreate
public Tube doCreate(ClientTubeAssemblerContext context)
Description copied from class:TransportTubeFactoryCreates a transportTubefor the given port, if this factory can do so, or return null.- Specified by:
doCreatein classTransportTubeFactory- Parameters:
context- Object that captures various contextual information that can be used to determine the tubeline to be assembled.- Returns:
- null to indicate that this factory isn't capable of creating a transport
for this port (which causes the caller to search for other
TransportTubeFactorys that can. Or non-null.
-
-