public class MustUnderstandUtils extends Object
| Constructor and Description |
|---|
MustUnderstandUtils() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList |
getHandlersHeaderParameterList(org.apache.axis2.description.AxisService axisService)
Return an ArrayList of QNames that is a collection of SOAP handlers
|
static ArrayList |
getHeaderParamaterList(org.apache.axis2.context.MessageContext msgContext) |
static ArrayList |
getSEIMethodHeaderParameterList(org.apache.axis2.description.AxisOperation axisOperation)
Return an ArrayList of QNames corresponding to SOAP headers which map to method parameters
for a specific operation.
|
static void |
markUnderstoodHeaderParameters(org.apache.axis2.context.MessageContext msgContext)
Mark all headers for JAXWS SEI method paramaters as understood.
|
public static void markUnderstoodHeaderParameters(org.apache.axis2.context.MessageContext msgContext)
msgContext - public static ArrayList getHeaderParamaterList(org.apache.axis2.context.MessageContext msgContext)
public static ArrayList getSEIMethodHeaderParameterList(org.apache.axis2.description.AxisOperation axisOperation)
axisOperation - public static ArrayList getHandlersHeaderParameterList(org.apache.axis2.description.AxisService axisService)
axisService - Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.