Uses of Interface
com.sun.xml.rpc.spi.runtime.Implementor
-
Packages that use Implementor Package Description com.sun.xml.rpc.server.http com.sun.xml.rpc.spi com.sun.xml.rpc.spi.runtime com.sun.xml.rpc.util -
-
Uses of Implementor in com.sun.xml.rpc.server.http
Classes in com.sun.xml.rpc.server.http that implement Implementor Modifier and Type Class Description classImplementorMethods in com.sun.xml.rpc.server.http that return Implementor Modifier and Type Method Description ImplementorImplementorCache. getImplementorFor(RuntimeEndpointInfo targetEndpoint)ImplementorImplementorCacheDelegateImpl. getImplementorFor(RuntimeEndpointInfo targetEndpoint) -
Uses of Implementor in com.sun.xml.rpc.spi
Methods in com.sun.xml.rpc.spi that return Implementor Modifier and Type Method Description abstract ImplementorJaxRpcObjectFactory. createImplementor(javax.servlet.ServletContext servletContext, Tie tie) -
Uses of Implementor in com.sun.xml.rpc.spi.runtime
Methods in com.sun.xml.rpc.spi.runtime that return Implementor Modifier and Type Method Description ImplementorImplementorCacheDelegate. getImplementorFor(RuntimeEndpointInfo targetEndpoint)Methods in com.sun.xml.rpc.spi.runtime with parameters of type Implementor Modifier and Type Method Description voidImplementorCacheDelegate. releaseImplementor(RuntimeEndpointInfo targetEndpoint, Implementor implementor) -
Uses of Implementor in com.sun.xml.rpc.util
Methods in com.sun.xml.rpc.util that return Implementor Modifier and Type Method Description ImplementorJaxRpcObjectFactoryImpl. createImplementor(javax.servlet.ServletContext servletContext, Tie tie)
-