com.sun.xml.ws.transport.tcp.wsit
Class TCPTransportPipeFactory

java.lang.Object
  extended by com.sun.xml.ws.api.pipe.TransportTubeFactory
      extended by com.sun.xml.ws.transport.tcp.client.TCPTransportPipeFactory
          extended by com.sun.xml.ws.transport.tcp.wsit.TCPTransportPipeFactory

public class TCPTransportPipeFactory
extends TCPTransportPipeFactory

Author:
Alexey Stashok

Constructor Summary
TCPTransportPipeFactory()
           
 
Method Summary
 Tube doCreate(ClientTubeAssemblerContext context)
          Creates a transport Tube for the given port, if this factory can do so, or return null.
static Tube doCreate(ClientTubeAssemblerContext context, boolean checkSchema)
           
 
Methods inherited from class com.sun.xml.ws.api.pipe.TransportTubeFactory
create, createDefault, createHttpTransport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPTransportPipeFactory

public TCPTransportPipeFactory()
Method Detail

doCreate

public Tube doCreate(ClientTubeAssemblerContext context)
Description copied from class: TransportTubeFactory
Creates a transport Tube for the given port, if this factory can do so, or return null.

Overrides:
doCreate in class TCPTransportPipeFactory
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.

doCreate

public static Tube doCreate(@NotNull
                            ClientTubeAssemblerContext context,
                            boolean checkSchema)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.