org.apache.axis2.handlers.addressing
Class AddressingHandler

java.lang.Object
  extended by org.apache.axis2.handlers.AbstractHandler
      extended by org.apache.axis2.handlers.addressing.AddressingHandler
All Implemented Interfaces:
AddressingConstants, Handler
Direct Known Subclasses:
AddressingInHandler, AddressingOutHandler

public abstract class AddressingHandler
extends AbstractHandler
implements AddressingConstants


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.axis2.addressing.AddressingConstants
AddressingConstants.Final, AddressingConstants.Submission
 
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
Handler.InvocationResponse
 
Field Summary
protected  String addressingNamespace
           
protected  String addressingVersion
           
protected  boolean isAddressingOptional
           
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc
 
Fields inherited from interface org.apache.axis2.addressing.AddressingConstants
ADD_MUST_UNDERSTAND_TO_ADDRESSING_HEADERS, ADDRESSING_OPTIONAL, ADDRESSING_REQUIRED, ADDRESSING_UNSPECIFIED, ANONYMOUS, DISABLE_ADDRESSING_FOR_OUT_MESSAGES, EPR_ADDRESS, EPR_REFERENCE_PARAMETERS, EPR_SERVICE_NAME, FAULT_ACTION_NOT_SUPPORTED, FAULT_ACTION_NOT_SUPPORTED_REASON, IS_ADDR_INFO_ALREADY_PROCESSED, PARAM_SERVICE_GROUP_CONTEXT_ID, REPLACE_ADDRESSING_HEADERS, USING_ADDRESSING, WS_ADDRESSING_VERSION, WSA_ACTION, WSA_DEFAULT_PREFIX, WSA_FAULT_TO, WSA_FROM, WSA_MESSAGE_ID, WSA_RELATES_TO, WSA_RELATES_TO_RELATIONSHIP_TYPE, WSA_REPLY_TO, WSA_TO, WSAW_ANONYMOUS_PARAMETER_NAME
 
Constructor Summary
AddressingHandler()
           
 
Method Summary
 
Methods inherited from class org.apache.axis2.handlers.AbstractHandler
cleanup, getHandlerDesc, getName, getParameter, init, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.axis2.engine.Handler
invoke
 

Field Detail

isAddressingOptional

protected boolean isAddressingOptional

addressingNamespace

protected String addressingNamespace

addressingVersion

protected String addressingVersion

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

AddressingHandler

public AddressingHandler()