|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.dispatchers.MustUnderstandUtils
public class MustUnderstandUtils
Static utility methods used in processing mustUnderstand headers relative to JAXWS.
Constructor Summary | |
---|---|
MustUnderstandUtils()
|
Method Summary | |
---|---|
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)
Return an ArrayList of QNames corresponding to SOAP headers which map to method parameters for any methods on the corresponding SEI and the SOAP handlers. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MustUnderstandUtils()
Method Detail |
---|
public static void markUnderstoodHeaderParameters(MessageContext msgContext)
msgContext
- public static java.util.ArrayList getHeaderParamaterList(MessageContext msgContext)
msgContext
-
public static java.util.ArrayList getSEIMethodHeaderParameterList(AxisOperation axisOperation)
axisOperation
-
public static java.util.ArrayList getHandlersHeaderParameterList(AxisService axisService)
axisService
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |