org.apache.axis2.addressing.om
Class AddressingHeaders

java.lang.Object
  extended byorg.apache.axis2.addressing.om.AddressingHeaders

public class AddressingHeaders
extends java.lang.Object

Class AddressingHeaders


Constructor Summary
AddressingHeaders(EndpointReference wsaTo, java.lang.String action)
          Addressing Header MUST have a to and an action
 
Method Summary
 java.lang.String getAction()
          Method getAction
 java.lang.String getMessageId()
          Method getMessageId
 RelatesTo getRelatesTo()
          Method getRelatesTo
 EndpointReference getWsaFaultTo()
          Method getWsaFaultTo
 EndpointReference getWsaFrom()
          Method getWsaFrom
 EndpointReference getWsaReply()
          Method getWsaReply
 EndpointReference getWsaTo()
          Method getWsaTo
 void setAction(java.lang.String action)
          Method setAction
 void setMessageId(java.lang.String messageId)
          Method setMessageId
 void setRelatesTo(RelatesTo relatesTo)
          Method setRelatesTo
 void setWsaFaultTo(EndpointReference wsaFaultTo)
          Method setWsaFaultTo
 void setWsaFrom(EndpointReference wsaFrom)
          Method setWsaFrom
 void setWsaReply(EndpointReference wsaReply)
          Method setWsaReply
 void setWsaTo(EndpointReference wsaTo)
          Method setWsaTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressingHeaders

public AddressingHeaders(EndpointReference wsaTo,
                         java.lang.String action)
Addressing Header MUST have a to and an action

Parameters:
wsaTo -
action -
Method Detail

getWsaTo

public EndpointReference getWsaTo()
Method getWsaTo

Returns:

setWsaTo

public void setWsaTo(EndpointReference wsaTo)
Method setWsaTo

Parameters:
wsaTo -

getWsaFrom

public EndpointReference getWsaFrom()
Method getWsaFrom

Returns:

setWsaFrom

public void setWsaFrom(EndpointReference wsaFrom)
Method setWsaFrom

Parameters:
wsaFrom -

getWsaReply

public EndpointReference getWsaReply()
Method getWsaReply

Returns:

setWsaReply

public void setWsaReply(EndpointReference wsaReply)
Method setWsaReply

Parameters:
wsaReply -

getWsaFaultTo

public EndpointReference getWsaFaultTo()
Method getWsaFaultTo

Returns:

setWsaFaultTo

public void setWsaFaultTo(EndpointReference wsaFaultTo)
Method setWsaFaultTo

Parameters:
wsaFaultTo -

getAction

public java.lang.String getAction()
Method getAction

Returns:

setAction

public void setAction(java.lang.String action)
Method setAction

Parameters:
action -

getMessageId

public java.lang.String getMessageId()
Method getMessageId

Returns:

setMessageId

public void setMessageId(java.lang.String messageId)
Method setMessageId

Parameters:
messageId -

getRelatesTo

public RelatesTo getRelatesTo()
Method getRelatesTo

Returns:

setRelatesTo

public void setRelatesTo(RelatesTo relatesTo)
Method setRelatesTo

Parameters:
relatesTo -