Uses of Class
com.sun.xml.ws.transport.tcp.util.WSTCPURI

Packages that use WSTCPURI
com.sun.xml.ws.transport.tcp.client   
com.sun.xml.ws.transport.tcp.server   
com.sun.xml.ws.transport.tcp.server.glassfish   
com.sun.xml.ws.transport.tcp.util   
 

Uses of WSTCPURI in com.sun.xml.ws.transport.tcp.client
 

Methods in com.sun.xml.ws.transport.tcp.client with parameters of type WSTCPURI
 ConnectionSession WSConnectionManager.createConnectionSession(WSTCPURI tcpURI)
          Open new tcp connection and establish service virtual connection
 ChannelContext ClientConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI)
           
 ChannelContext WSConnectionManager.openChannel(WSTCPURI uri, com.sun.xml.ws.api.WSService wsService, com.sun.xml.ws.api.WSBinding wsBinding, com.sun.xml.ws.api.pipe.Codec defaultCodec)
           
 

Uses of WSTCPURI in com.sun.xml.ws.transport.tcp.server
 

Methods in com.sun.xml.ws.transport.tcp.server with parameters of type WSTCPURI
 TCPAdapter WSTCPAdapterRegistry.getTarget(WSTCPURI requestURI)
           
 TCPAdapter WSTCPDelegate.getTarget(WSTCPURI tcpURI)
          Determines which TCPAdapter serves the given request.
 

Uses of WSTCPURI in com.sun.xml.ws.transport.tcp.server.glassfish
 

Methods in com.sun.xml.ws.transport.tcp.server.glassfish with parameters of type WSTCPURI
 TCPAdapter WSTCPAdapterRegistryImpl.getTarget(WSTCPURI requestURI)
           
 

Uses of WSTCPURI in com.sun.xml.ws.transport.tcp.util
 

Methods in com.sun.xml.ws.transport.tcp.util that return WSTCPURI
 WSTCPURI ChannelContext.getTargetWSURI()
          Return correspondent WS's URI
 WSTCPURI ChannelSettings.getTargetWSURI()
           
static WSTCPURI WSTCPURI.parse(java.lang.String uri)
           
static WSTCPURI WSTCPURI.parse(java.net.URI uri)
           
 WSTCPURI WSTCPURI.WSTCPURI2StringJAXBAdapter.unmarshal(java.lang.String uri)
           
 

Methods in com.sun.xml.ws.transport.tcp.util with parameters of type WSTCPURI
 ChannelContext ConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI)
           
 java.lang.String WSTCPURI.WSTCPURI2StringJAXBAdapter.marshal(WSTCPURI tcpURI)
           
 void ChannelSettings.setTargetWSURI(WSTCPURI targetWSURI)
           
 

Constructors in com.sun.xml.ws.transport.tcp.util with parameters of type WSTCPURI
ChannelSettings(java.util.List<java.lang.String> negotiatedMimeTypes, java.util.List<java.lang.String> negotiatedParams, int channelId, javax.xml.namespace.QName wsServiceName, WSTCPURI targetWSURI)