public class RESTUtil extends Object
Constructor and Description |
---|
RESTUtil() |
Modifier and Type | Method and Description |
---|---|
static Handler.InvocationResponse |
processURLRequest(MessageContext msgContext,
OutputStream out,
String contentType) |
static Handler.InvocationResponse |
processXMLRequest(MessageContext msgContext,
InputStream in,
OutputStream out,
String contentType) |
public static Handler.InvocationResponse processXMLRequest(MessageContext msgContext, InputStream in, OutputStream out, String contentType) throws AxisFault
AxisFault
public static Handler.InvocationResponse processURLRequest(MessageContext msgContext, OutputStream out, String contentType) throws AxisFault
AxisFault
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.