org.apache.axis2.rpc.receivers
Class RPCUtil
java.lang.Object
org.apache.axis2.rpc.receivers.RPCUtil
- public class RPCUtil
- extends Object
Method Summary |
static org.apache.axiom.om.OMElement |
getResponseElement(QName resname,
Object[] objs)
|
static Object[] |
processRequest(org.apache.axiom.om.OMElement methodElement,
Method method)
|
static void |
processResponse(org.apache.axiom.soap.SOAPFactory fac,
Object resObject,
org.apache.axiom.om.OMElement bodyContent,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.soap.SOAPEnvelope envelope,
Method method)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RPCUtil
public RPCUtil()
processResponse
public static void processResponse(org.apache.axiom.soap.SOAPFactory fac,
Object resObject,
org.apache.axiom.om.OMElement bodyContent,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.soap.SOAPEnvelope envelope,
Method method)
processRequest
public static Object[] processRequest(org.apache.axiom.om.OMElement methodElement,
Method method)
throws AxisFault
- Throws:
AxisFault
getResponseElement
public static org.apache.axiom.om.OMElement getResponseElement(QName resname,
Object[] objs)