org.apache.axis2.jaxws.handler.context |
|
Java Source File Name | Type | Comment |
CompositeMessageContextTests.java | Class | A test suite for scenarios where the internal MessageContext is converted
between handler context formats (SOAPMessageContext and LogicalMessageContext).
The flows that need to be tested here are:
1) INBOUND: The MessageContext will be converted from a LogicalMessageContext
to a SOAPMessageContext. |
LogicalMessageContextTests.java | Class | Unit tests for the creation and usage of the LogicalMessageContext that is
used for handler processing. |