Save This Page
Home » axis2-1.5-src » org.apache » axis2 » transport » http » util » [javadoc | source]
org.apache.axis2.transport.http.util
public class: RESTUtil [javadoc | source]
java.lang.Object
   org.apache.axis2.transport.http.util.RESTUtil
Method from org.apache.axis2.transport.http.util.RESTUtil Summary:
processURLRequest,   processXMLRequest
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.axis2.transport.http.util.RESTUtil Detail:
 public static Handler.InvocationResponse processURLRequest(MessageContext msgContext,
    OutputStream out,
    String contentType) throws AxisFault 
 public static Handler.InvocationResponse processXMLRequest(MessageContext msgContext,
    InputStream in,
    OutputStream out,
    String contentType) throws AxisFault