public class RESTUtil extends Object
| Constructor and Description |
|---|
RESTUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.axis2.engine.Handler.InvocationResponse |
processURLRequest(org.apache.axis2.context.MessageContext msgContext,
OutputStream out,
String contentType) |
static org.apache.axis2.engine.Handler.InvocationResponse |
processURLRequest(org.apache.axis2.context.MessageContext msgContext,
OutputStream out,
String contentType,
org.apache.axis2.builder.Builder builder) |
static org.apache.axis2.engine.Handler.InvocationResponse |
processXMLRequest(org.apache.axis2.context.MessageContext msgContext,
InputStream in,
OutputStream out,
String contentType) |
static org.apache.axis2.engine.Handler.InvocationResponse |
processXMLRequest(org.apache.axis2.context.MessageContext msgContext,
InputStream in,
OutputStream out,
String contentType,
org.apache.axis2.builder.Builder builder) |
public static org.apache.axis2.engine.Handler.InvocationResponse processXMLRequest(org.apache.axis2.context.MessageContext msgContext,
InputStream in,
OutputStream out,
String contentType)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic static org.apache.axis2.engine.Handler.InvocationResponse processXMLRequest(org.apache.axis2.context.MessageContext msgContext,
InputStream in,
OutputStream out,
String contentType,
org.apache.axis2.builder.Builder builder)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic static org.apache.axis2.engine.Handler.InvocationResponse processURLRequest(org.apache.axis2.context.MessageContext msgContext,
OutputStream out,
String contentType)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic static org.apache.axis2.engine.Handler.InvocationResponse processURLRequest(org.apache.axis2.context.MessageContext msgContext,
OutputStream out,
String contentType,
org.apache.axis2.builder.Builder builder)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.