public class MustUnderstandUtils
extends java.lang.Object
| Constructor and Description |
|---|
MustUnderstandUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.ArrayList |
getHandlersHeaderParameterList(AxisService axisService)
Return an ArrayList of QNames that is a collection of SOAP handlers
|
static java.util.ArrayList |
getHeaderParamaterList(MessageContext msgContext) |
static java.util.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 java.util.ArrayList getHeaderParamaterList(MessageContext msgContext)
public static java.util.ArrayList getSEIMethodHeaderParameterList(AxisOperation axisOperation)
axisOperation - public static java.util.ArrayList getHandlersHeaderParameterList(AxisService axisService)
axisService - Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.