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