|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RPCException | |
org.deegree_impl.enterprise.control |
Uses of RPCException in org.deegree_impl.enterprise.control |
Methods in org.deegree_impl.enterprise.control that throw RPCException | |
private RPCMethodCall |
RPCWebEvent.getMethodCall(ServletRequest request)
extracts the RPC method call from the |
static RPCMethodCall |
RPCFactory.createRPCMethodCall(java.io.Reader reader)
creates an instance of RPCMethodCall from an XML document that can be accessed through the passed Reader |
static RPCMethodCall |
RPCFactory.createRPCMethodCall(org.w3c.dom.Document doc)
creates an instance of RPCMethodCall from the XML document passed |
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)
|
private static RPCParameter |
RPCFactory.createRPCParam(org.w3c.dom.Element param)
creates a RPCParameter from its XML representation |
private static RPCStruct |
RPCFactory.createRPCStruct(org.w3c.dom.Element struct)
creates a RPC struture object from the passed Element |
private static RPCMember |
RPCFactory.createRPCMember(org.w3c.dom.Element member)
creates a RPC struture member object from the passed Element |
private static RPCParameter[] |
RPCFactory.createArray(org.w3c.dom.Element array)
creates an ArrayList object from the passed Element |
private static RPCFault |
RPCFactory.createRPCFault(org.w3c.dom.Element fault)
creates an RPCFault object from the passed Element |
private RPCMethodCall |
ApplicationHandler.getMethodCall(ServletRequest request)
extracts the RPC method call from the |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |