Uses of Interface
com.sun.xml.rpc.spi.runtime.Tie
-
Packages that use Tie Package Description com.sun.xml.rpc.server com.sun.xml.rpc.server.http com.sun.xml.rpc.spi com.sun.xml.rpc.spi.runtime com.sun.xml.rpc.util -
-
Uses of Tie in com.sun.xml.rpc.server
Subinterfaces of Tie in com.sun.xml.rpc.server Modifier and Type Interface Description interfaceTieTie interface supports delegation mechanism for the implementation of RPC-based service.Classes in com.sun.xml.rpc.server that implement Tie Modifier and Type Class Description classTieBaseThe base class for all generated ties. -
Uses of Tie in com.sun.xml.rpc.server.http
Methods in com.sun.xml.rpc.server.http that return Tie Modifier and Type Method Description TieImplementor. getTie()Constructors in com.sun.xml.rpc.server.http with parameters of type Tie Constructor Description Implementor(javax.servlet.ServletContext servletContext, Tie tie) -
Uses of Tie in com.sun.xml.rpc.spi
Methods in com.sun.xml.rpc.spi with parameters of type Tie Modifier and Type Method Description abstract ImplementorJaxRpcObjectFactory. createImplementor(javax.servlet.ServletContext servletContext, Tie tie) -
Uses of Tie in com.sun.xml.rpc.spi.runtime
Methods in com.sun.xml.rpc.spi.runtime that return Tie Modifier and Type Method Description TieImplementor. getTie() -
Uses of Tie in com.sun.xml.rpc.util
Methods in com.sun.xml.rpc.util with parameters of type Tie Modifier and Type Method Description ImplementorJaxRpcObjectFactoryImpl. createImplementor(javax.servlet.ServletContext servletContext, Tie tie)
-