Package com.sun.xml.rpc.spi.runtime
Class ImplementorCacheDelegate
- java.lang.Object
-
- com.sun.xml.rpc.spi.runtime.ImplementorCacheDelegate
-
- Direct Known Subclasses:
ImplementorCacheDelegateImpl
public abstract class ImplementorCacheDelegate extends Object
This class allows the implementation of ImplementorCache be overridden.
-
-
Constructor Summary
Constructors Constructor Description ImplementorCacheDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()ImplementorgetImplementorFor(RuntimeEndpointInfo targetEndpoint)voidreleaseImplementor(RuntimeEndpointInfo targetEndpoint, Implementor implementor)
-
-
-
Method Detail
-
getImplementorFor
public Implementor getImplementorFor(RuntimeEndpointInfo targetEndpoint)
-
releaseImplementor
public void releaseImplementor(RuntimeEndpointInfo targetEndpoint, Implementor implementor)
-
destroy
public void destroy()
-
-