Class RESTUtil
- java.lang.Object
-
- org.apache.axis2.transport.http.util.RESTUtil
-
public class RESTUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description RESTUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.axis2.engine.Handler.InvocationResponseprocessURLRequest(org.apache.axis2.context.MessageContext msgContext, OutputStream out, String contentType)static org.apache.axis2.engine.Handler.InvocationResponseprocessURLRequest(org.apache.axis2.context.MessageContext msgContext, OutputStream out, String contentType, org.apache.axis2.builder.Builder builder)static org.apache.axis2.engine.Handler.InvocationResponseprocessXMLRequest(org.apache.axis2.context.MessageContext msgContext, InputStream in, OutputStream out, String contentType)static org.apache.axis2.engine.Handler.InvocationResponseprocessXMLRequest(org.apache.axis2.context.MessageContext msgContext, InputStream in, OutputStream out, String contentType, org.apache.axis2.builder.Builder builder)
-
-
-
Method Detail
-
processXMLRequest
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- Throws:
org.apache.axis2.AxisFault
-
processXMLRequest
public 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- Throws:
org.apache.axis2.AxisFault
-
processURLRequest
public static org.apache.axis2.engine.Handler.InvocationResponse processURLRequest(org.apache.axis2.context.MessageContext msgContext, OutputStream out, String contentType) throws org.apache.axis2.AxisFault- Throws:
org.apache.axis2.AxisFault
-
processURLRequest
public 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- Throws:
org.apache.axis2.AxisFault
-
-