Uses of Class
com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelException
-
Packages that use ServiceChannelException Package Description 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 Modifier and Type Method Description ConnectionSessionWSConnectionManager. createConnectionSession(WSTCPURI tcpURI)Open new tcp connection and establish service virtual connectionChannelContextWSConnectionManager. openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, 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 Modifier and Type Method Description voidServiceChannelWSImpl. closeChannel(int channelId)voidServiceChannelWSImpl. initiateSession()intServiceChannelWSImpl. openChannel(String targetWSURI, javax.xml.ws.Holder<List<String>> negotiatedMimeTypes, javax.xml.ws.Holder<List<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 Modifier and Type Method Description voidServiceChannelWSImpl. closeChannel(int channelId)voidServiceChannelWSImpl. initiateSession()intServiceChannelWSImpl. openChannel(String targetWSURI, javax.xml.ws.Holder<List<String>> negotiatedMimeTypes, javax.xml.ws.Holder<List<String>> negotiatedParams)
-