Uses of Interface
com.sun.xml.rpc.spi.runtime.RuntimeEndpointInfo
-
Packages that use RuntimeEndpointInfo Package Description com.sun.xml.rpc.server.http com.sun.xml.rpc.server.http.ea com.sun.xml.rpc.spi com.sun.xml.rpc.spi.runtime com.sun.xml.rpc.util -
-
Uses of RuntimeEndpointInfo in com.sun.xml.rpc.server.http
Classes in com.sun.xml.rpc.server.http that implement RuntimeEndpointInfo Modifier and Type Class Description classRuntimeEndpointInfoMethods in com.sun.xml.rpc.server.http with parameters of type RuntimeEndpointInfo Modifier and Type Method Description ImplementorImplementorCacheDelegateImpl. getImplementorFor(RuntimeEndpointInfo targetEndpoint)voidJAXRPCServletDelegate. registerEndpointUrlPattern(RuntimeEndpointInfo info) -
Uses of RuntimeEndpointInfo in com.sun.xml.rpc.server.http.ea
Methods in com.sun.xml.rpc.server.http.ea with parameters of type RuntimeEndpointInfo Modifier and Type Method Description voidJAXRPCServletDelegate. registerEndpointUrlPattern(RuntimeEndpointInfo info) -
Uses of RuntimeEndpointInfo in com.sun.xml.rpc.spi
Methods in com.sun.xml.rpc.spi that return RuntimeEndpointInfo Modifier and Type Method Description abstract RuntimeEndpointInfoJaxRpcObjectFactory. createRuntimeEndpointInfo() -
Uses of RuntimeEndpointInfo in com.sun.xml.rpc.spi.runtime
Methods in com.sun.xml.rpc.spi.runtime with parameters of type RuntimeEndpointInfo Modifier and Type Method Description ImplementorImplementorCacheDelegate. getImplementorFor(RuntimeEndpointInfo targetEndpoint)voidServletDelegate. registerEndpointUrlPattern(RuntimeEndpointInfo info)voidImplementorCacheDelegate. releaseImplementor(RuntimeEndpointInfo targetEndpoint, Implementor implementor) -
Uses of RuntimeEndpointInfo in com.sun.xml.rpc.util
Methods in com.sun.xml.rpc.util that return RuntimeEndpointInfo Modifier and Type Method Description RuntimeEndpointInfoJaxRpcObjectFactoryImpl. createRuntimeEndpointInfo()
-