org.apache.axis2.rpc.receivers
Class RPCUtil

java.lang.Object
  extended byorg.apache.axis2.rpc.receivers.RPCUtil

public class RPCUtil
extends Object


Constructor Summary
RPCUtil()
           
 
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
 

Constructor Detail

RPCUtil

public RPCUtil()
Method Detail

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)