|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.addressing.AddressingHelper
Constructor Summary | |
AddressingHelper()
|
Method Summary | |
static java.lang.String |
getAnonymousParameterValue(AxisOperation axisOperation)
Extract the parameter representing the Anonymous flag from the AxisOperation and return the String value. |
static boolean |
isFaultRedirected(MessageContext messageContext)
Returns true if the FaultTo address does not match one of the supported anonymous urls. |
static boolean |
isReplyRedirected(MessageContext messageContext)
Returns true if the ReplyTo address does not match one of the supported anonymous urls. |
static void |
setAnonymousParameterValue(AxisOperation axisOperation,
java.lang.String value)
Set the value of an existing unlocked Parameter representing Anonymous or add a new one if one does not exist. |
static boolean |
shouldSendFaultToFaultTo(MessageContext messageContext)
If the inbound FaultTo header was invalid and caused a fault, the fault should not be sent to it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AddressingHelper()
Method Detail |
public static boolean isReplyRedirected(MessageContext messageContext)
messageContext
- public static boolean isFaultRedirected(MessageContext messageContext)
messageContext
- isReplyRedirected
public static boolean shouldSendFaultToFaultTo(MessageContext messageContext)
public static java.lang.String getAnonymousParameterValue(AxisOperation axisOperation)
axisOperation
- public static void setAnonymousParameterValue(AxisOperation axisOperation, java.lang.String value)
axisOperation
- value
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |