Uses of Interface
com.sun.xml.ws.transport.tcp.connectioncache.spi.transport.ConnectionFinder
Packages that use ConnectionFinder
Package
Description
-
Uses of ConnectionFinder in com.sun.xml.ws.transport.tcp.client
Classes in com.sun.xml.ws.transport.tcp.client that implement ConnectionFinder -
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 ConnectionFinderModifier and TypeMethodDescriptionOutboundConnectionCacheBlockingImpl.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 ConnectionFinderModifier and TypeMethodDescriptionOutboundConnectionCache.get(ContactInfo<C> cinfo, ConnectionFinder<C> finder) Return a Connection corresponding to the given ContactInfo.