public class RelayUtils extends Object
| Constructor and Description |
|---|
RelayUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
buildMessage(org.apache.axis2.context.MessageContext msgCtx) |
static void |
buildMessage(org.apache.axis2.context.MessageContext messageContext,
boolean earlyBuild) |
static void |
builldMessage(org.apache.axis2.context.MessageContext messageContext,
boolean earlyBuild,
InputStream in) |
static void |
consumeAndDiscardMessage(org.apache.axis2.context.MessageContext msgContext)
Consumes the data in pipe completely in the given message context and discard it
|
public static void buildMessage(org.apache.axis2.context.MessageContext msgCtx)
throws IOException,
XMLStreamException
IOExceptionXMLStreamExceptionpublic static void buildMessage(org.apache.axis2.context.MessageContext messageContext,
boolean earlyBuild)
throws IOException,
XMLStreamException
IOExceptionXMLStreamExceptionpublic static void builldMessage(org.apache.axis2.context.MessageContext messageContext,
boolean earlyBuild,
InputStream in)
throws IOException,
org.apache.axis2.AxisFault
IOExceptionorg.apache.axis2.AxisFaultpublic static void consumeAndDiscardMessage(org.apache.axis2.context.MessageContext msgContext)
throws org.apache.axis2.AxisFault
msgContext - Axis2 Message context which contains the dataorg.apache.axis2.AxisFaultCopyright © 2005–2017 Apache Software Foundation. All rights reserved.