Package com.sun.xml.rpc.spi.runtime
Class ImplementorCacheDelegate
java.lang.Object
com.sun.xml.rpc.spi.runtime.ImplementorCacheDelegate
- Direct Known Subclasses:
ImplementorCacheDelegateImpl
This class allows the implementation of ImplementorCache be
overridden.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()getImplementorFor(RuntimeEndpointInfo targetEndpoint) voidreleaseImplementor(RuntimeEndpointInfo targetEndpoint, Implementor implementor)
-
Constructor Details
-
ImplementorCacheDelegate
public ImplementorCacheDelegate()
-
-
Method Details
-
getImplementorFor
-
releaseImplementor
-
destroy
public void destroy()
-