Uses of Class
com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelException

Packages that use ServiceChannelException
com.sun.xml.ws.transport.tcp.client   
com.sun.xml.ws.transport.tcp.servicechannel   
com.sun.xml.ws.transport.tcp.servicechannel.stubs   
 

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

Methods in com.sun.xml.ws.transport.tcp.client that throw ServiceChannelException
 ConnectionSession WSConnectionManager.createConnectionSession(WSTCPURI tcpURI)
          Open new tcp connection and establish service virtual connection
 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 ServiceChannelException in com.sun.xml.ws.transport.tcp.servicechannel
 

Methods in com.sun.xml.ws.transport.tcp.servicechannel that throw ServiceChannelException
 void ServiceChannelWSImpl.closeChannel(int channelId)
           
 void ServiceChannelWSImpl.initiateSession()
           
 int ServiceChannelWSImpl.openChannel(java.lang.String targetWSURI, javax.xml.ws.Holder<java.util.List<java.lang.String>> negotiatedMimeTypes, javax.xml.ws.Holder<java.util.List<java.lang.String>> negotiatedParams)
           
 

Uses of ServiceChannelException in com.sun.xml.ws.transport.tcp.servicechannel.stubs
 

Methods in com.sun.xml.ws.transport.tcp.servicechannel.stubs that throw ServiceChannelException
 void ServiceChannelWSImpl.closeChannel(int channelId)
           
 void ServiceChannelWSImpl.initiateSession()
           
 int ServiceChannelWSImpl.openChannel(java.lang.String targetWSURI, javax.xml.ws.Holder<java.util.List<java.lang.String>> negotiatedMimeTypes, javax.xml.ws.Holder<java.util.List<java.lang.String>> negotiatedParams)