public class RPCUtil extends Object
| Constructor and Description |
|---|
RPCUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.axiom.om.OMElement |
getResponseElement(QName resname,
Object[] objs,
boolean qualified,
org.apache.axis2.description.java2wsdl.TypeTable typeTable) |
static Object |
invokeServiceClass(org.apache.axis2.description.AxisMessage inAxisMessage,
Method method,
Object implObject,
String messageNameSpace,
org.apache.axiom.om.OMElement methodElement,
org.apache.axis2.context.MessageContext inMessage) |
static void |
processObjectAsDocLitBare(org.apache.axiom.soap.SOAPFactory fac,
Object resObject,
org.apache.axiom.om.OMElement bodyContent,
org.apache.axiom.om.OMNamespace ns,
Method method,
org.apache.axiom.soap.SOAPEnvelope envelope,
boolean qualified,
org.apache.axis2.description.java2wsdl.TypeTable typeTable,
String partName) |
static void |
processObjectAsDocLitBare(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,
boolean qualified,
org.apache.axis2.description.java2wsdl.TypeTable typeTable,
String partName) |
static Object[] |
processRequest(org.apache.axiom.om.OMElement methodElement,
Method method,
org.apache.axis2.engine.ObjectSupplier objectSupplier) |
static Object[] |
processRequest(org.apache.axiom.om.OMElement methodElement,
Method method,
org.apache.axis2.engine.ObjectSupplier objectSupplier,
String[] parameterNames) |
static void |
processResonseAsDocLitBare(Object resObject,
org.apache.axis2.description.AxisService service,
Method method,
org.apache.axiom.soap.SOAPEnvelope envelope,
org.apache.axiom.soap.SOAPFactory fac,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.om.OMElement bodyContent,
org.apache.axis2.context.MessageContext outMessage) |
static void |
processResonseAsDocLitBare(Object resObject,
org.apache.axis2.description.AxisService service,
org.apache.axiom.soap.SOAPEnvelope envelope,
org.apache.axiom.soap.SOAPFactory fac,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.om.OMElement bodyContent,
org.apache.axis2.context.MessageContext outMessage) |
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,
boolean qualified,
org.apache.axis2.description.java2wsdl.TypeTable typeTable) |
static void |
processResponseAsDocLitWrapped(Object resObject,
org.apache.axis2.description.AxisService service,
Method method,
org.apache.axiom.soap.SOAPEnvelope envelope,
org.apache.axiom.soap.SOAPFactory fac,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.om.OMElement bodyContent,
org.apache.axis2.context.MessageContext outMessage) |
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,
boolean qualified,
org.apache.axis2.description.java2wsdl.TypeTable typeTable)
public static void processObjectAsDocLitBare(org.apache.axiom.soap.SOAPFactory fac,
Object resObject,
org.apache.axiom.om.OMElement bodyContent,
org.apache.axiom.om.OMNamespace ns,
Method method,
org.apache.axiom.soap.SOAPEnvelope envelope,
boolean qualified,
org.apache.axis2.description.java2wsdl.TypeTable typeTable,
String partName)
public static void processObjectAsDocLitBare(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,
boolean qualified,
org.apache.axis2.description.java2wsdl.TypeTable typeTable,
String partName)
public static Object[] processRequest(org.apache.axiom.om.OMElement methodElement, Method method, org.apache.axis2.engine.ObjectSupplier objectSupplier, String[] parameterNames) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic static Object[] processRequest(org.apache.axiom.om.OMElement methodElement, Method method, org.apache.axis2.engine.ObjectSupplier objectSupplier) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic static Object invokeServiceClass(org.apache.axis2.description.AxisMessage inAxisMessage, Method method, Object implObject, String messageNameSpace, org.apache.axiom.om.OMElement methodElement, org.apache.axis2.context.MessageContext inMessage) throws org.apache.axis2.AxisFault, IllegalAccessException, InvocationTargetException
org.apache.axis2.AxisFaultIllegalAccessExceptionInvocationTargetExceptionpublic static org.apache.axiom.om.OMElement getResponseElement(QName resname, Object[] objs, boolean qualified, org.apache.axis2.description.java2wsdl.TypeTable typeTable)
public static void processResonseAsDocLitBare(Object resObject, org.apache.axis2.description.AxisService service, Method method, org.apache.axiom.soap.SOAPEnvelope envelope, org.apache.axiom.soap.SOAPFactory fac, org.apache.axiom.om.OMNamespace ns, org.apache.axiom.om.OMElement bodyContent, org.apache.axis2.context.MessageContext outMessage) throws Exception
Exceptionpublic static void processResonseAsDocLitBare(Object resObject, org.apache.axis2.description.AxisService service, org.apache.axiom.soap.SOAPEnvelope envelope, org.apache.axiom.soap.SOAPFactory fac, org.apache.axiom.om.OMNamespace ns, org.apache.axiom.om.OMElement bodyContent, org.apache.axis2.context.MessageContext outMessage) throws Exception
Exceptionpublic static void processResponseAsDocLitWrapped(Object resObject, org.apache.axis2.description.AxisService service, Method method, org.apache.axiom.soap.SOAPEnvelope envelope, org.apache.axiom.soap.SOAPFactory fac, org.apache.axiom.om.OMNamespace ns, org.apache.axiom.om.OMElement bodyContent, org.apache.axis2.context.MessageContext outMessage) throws Exception
ExceptionCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.