Package org.apache.axis2.jaxws.handler
package org.apache.axis2.jaxws.handler
-
ClassDescriptionThe JAX-WS exposes attachment properties whose value is Map<String, DataHandler>.BaseMessageContext is the base class for the two handler message contexts: SoapMessageContext and LogicalMessageContext.This data bean will be passed to the HandlerInvoker instance.This interface represents a class that will be called by the JAX-WS EndpointController to handle the invocation of both inbound and outbound handlers.The LogicalMessageContext is a JAX-WS interface that is given to Logical handlers to provide access to the message and its associated properties.The MEPContext is the version of the MessageContext that will be given to application handlers as the handler list is traversed.The JAX-WS exposes soap header properties whose value is Map<QName, List
>. The SOAPMessageContext is the context handed to SOAP-based application handlers.The JAX-WS exposes transport properties whose value is Map<String, List>.