Uses of Interface
com.sun.xml.ws.transport.tcp.connectioncache.spi.transport.ConnectionFinder
-
-
Uses of ConnectionFinder in com.sun.xml.ws.transport.tcp.client
Classes in com.sun.xml.ws.transport.tcp.client that implement ConnectionFinder Modifier and Type Class Description classWSConnectionManager -
Uses of ConnectionFinder in com.sun.xml.ws.transport.tcp.connectioncache.impl.transport
Methods in com.sun.xml.ws.transport.tcp.connectioncache.impl.transport with parameters of type ConnectionFinder Modifier and Type Method Description COutboundConnectionCacheBlockingImpl. get(ContactInfo<C> cinfo, ConnectionFinder<C> finder) -
Uses of ConnectionFinder in com.sun.xml.ws.transport.tcp.connectioncache.spi.transport
Methods in com.sun.xml.ws.transport.tcp.connectioncache.spi.transport with parameters of type ConnectionFinder Modifier and Type Method Description COutboundConnectionCache. get(ContactInfo<C> cinfo, ConnectionFinder<C> finder)Return a Connection corresponding to the given ContactInfo.
-