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
IOException
XMLStreamException
public static void buildMessage(org.apache.axis2.context.MessageContext messageContext, boolean earlyBuild) throws IOException, XMLStreamException
IOException
XMLStreamException
public static void builldMessage(org.apache.axis2.context.MessageContext messageContext, boolean earlyBuild, InputStream in) throws IOException, org.apache.axis2.AxisFault
IOException
org.apache.axis2.AxisFault
public static void consumeAndDiscardMessage(org.apache.axis2.context.MessageContext msgContext) throws org.apache.axis2.AxisFault
msgContext
- Axis2 Message context which contains the dataorg.apache.axis2.AxisFault
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.