| java.lang.Object org.apache.axis2.addressing.AddressingHelper
AddressingHelper | public class AddressingHelper (Code) | | |
getAnonymousParameterValue | public static String getAnonymousParameterValue(AxisOperation axisOperation)(Code) | | Extract the parameter representing the Anonymous flag from the AxisOperation
and return the String value. Return the default of "optional" if not specified.
Parameters: axisOperation - |
isReplyRedirected | public static boolean isReplyRedirected(MessageContext messageContext)(Code) | | Returns true if the ReplyTo address does not match one of the supported
anonymous urls. If the ReplyTo is not set, anonymous is assumed, per the Final
spec. The AddressingInHandler should have set the ReplyTo to non-null in the
2004/08 case to ensure the different semantics. (per AXIS2-885)
Parameters: messageContext - |
setAnonymousParameterValue | public static void setAnonymousParameterValue(AxisOperation axisOperation, String value)(Code) | | Set the value of an existing unlocked Parameter representing Anonymous or add a new one if one
does not exist. If a locked Parameter of the same name already exists the method will trace and
return.
Parameters: axisOperation - Parameters: value - |
shouldSendFaultToFaultTo | public static boolean shouldSendFaultToFaultTo(MessageContext messageContext)(Code) | | If the inbound FaultTo header was invalid and caused a fault, the fault should not be
sent to it.
true if the fault should be sent to the FaultTo |
|
|