Uses of Interface
org.deegree.enterprise.control.RPCMethodResponse

Packages that use RPCMethodResponse
org.deegree_impl.enterprise.control   
 

Uses of RPCMethodResponse in org.deegree_impl.enterprise.control
 

Classes in org.deegree_impl.enterprise.control that implement RPCMethodResponse
 class RPCMethodResponse_Impl
          The class encapsulates the result to a RPC.
 

Methods in org.deegree_impl.enterprise.control that return RPCMethodResponse
static RPCMethodResponse RPCFactory.createRPCMethodResponse(java.io.Reader reader)
          creates an instance of RPCMethodResponse from an XML document that can be accessed through the passed Reader
static RPCMethodResponse RPCFactory.createRPCMethodResponse(org.w3c.dom.Document doc)
          creates an instance of RPCMethodResponse from the XML document passed
static RPCMethodResponse RPCFactory.createRPCMethodResponse(RPCParameter[] par)