| org.apache.axis2.jaxws.dispatchers.MustUnderstandValidationDispatcher
MustUnderstandValidationDispatcher | public class MustUnderstandValidationDispatcher extends AbstractDispatcher (Code) | | Do JAXWS MustUnderstand header processing per the JAXWS 2.0 specification. This checks for
a specific compliance situation where a non-existant operation with mustUnderstood headers
that are not understood must throw a mustUnderstandFault rather than an invalid EPR exception.
Note that this handler should be inserted in the inbound dispather chains so that the
Dispatcher checkPostConditions does not throw the invalid EPR fault if the operation is null.
|
Method Summary | |
public AxisOperation | findOperation(AxisService service, MessageContext messageContext) | public AxisService | findService(MessageContext messageContext) | public void | initDispatcher() | public InvocationResponse | invoke(MessageContext msgctx) |
findOperation | public AxisOperation findOperation(AxisService service, MessageContext messageContext) throws AxisFault(Code) | | |
findService | public AxisService findService(MessageContext messageContext) throws AxisFault(Code) | | |
initDispatcher | public void initDispatcher()(Code) | | |
invoke | public InvocationResponse invoke(MessageContext msgctx) throws AxisFault(Code) | | |
|
|