Uses of Class
com.sun.xml.ws.transport.tcp.util.WSTCPURI
-
Packages that use WSTCPURI Package Description com.sun.xml.ws.transport.tcp.client com.sun.xml.ws.transport.tcp.server 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 Modifier and Type Method Description ConnectionSessionWSConnectionManager. createConnectionSession(WSTCPURI tcpURI)Open new tcp connection and establish service virtual connectionChannelContextClientConnectionSession. findWSServiceContextByURI(WSTCPURI wsTCPURI)ChannelContextWSConnectionManager. 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 Modifier and Type Method Description TCPAdapterWSTCPAdapterRegistry. getTarget(WSTCPURI requestURI)TCPAdapterWSTCPDelegate. getTarget(WSTCPURI tcpURI)Determines whichTCPAdapterserves the given request. -
Uses of WSTCPURI in com.sun.xml.ws.transport.tcp.util
Methods in com.sun.xml.ws.transport.tcp.util that return WSTCPURI Modifier and Type Method Description WSTCPURIChannelContext. getTargetWSURI()Return correspondent WS's URIWSTCPURIChannelSettings. getTargetWSURI()static WSTCPURIWSTCPURI. parse(String uri)static WSTCPURIWSTCPURI. parse(URI uri)WSTCPURIWSTCPURI.WSTCPURI2StringJAXBAdapter. unmarshal(String uri)Methods in com.sun.xml.ws.transport.tcp.util with parameters of type WSTCPURI Modifier and Type Method Description ChannelContextConnectionSession. findWSServiceContextByURI(WSTCPURI wsTCPURI)StringWSTCPURI.WSTCPURI2StringJAXBAdapter. marshal(WSTCPURI tcpURI)voidChannelSettings. setTargetWSURI(WSTCPURI targetWSURI)Constructors in com.sun.xml.ws.transport.tcp.util with parameters of type WSTCPURI Constructor Description ChannelSettings(List<String> negotiatedMimeTypes, List<String> negotiatedParams, int channelId, QName wsServiceName, WSTCPURI targetWSURI)
-