Uses of Interface
com.sun.xml.ws.transport.tcp.connectioncache.spi.transport.ConnectionFinder

Packages that use ConnectionFinder
com.sun.xml.ws.transport.tcp.client   
com.sun.xml.ws.transport.tcp.connectioncache.impl.transport   
com.sun.xml.ws.transport.tcp.connectioncache.spi.transport   
 

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

Classes in com.sun.xml.ws.transport.tcp.client that implement ConnectionFinder
 class WSConnectionManager
           
 

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
 C OutboundConnectionCacheBlockingImpl.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
 C OutboundConnectionCache.get(ContactInfo<C> cinfo, ConnectionFinder<C> finder)
          Return a Connection corresponding to the given ContactInfo.