org.apache.axis2.addressing
Class MessageInformationHeaders

java.lang.Object
  extended byorg.apache.axis2.addressing.MessageInformationHeaders
All Implemented Interfaces:
java.io.Serializable

public class MessageInformationHeaders
extends java.lang.Object
implements java.io.Serializable

This holds the WSA Message Information Headers

See Also:
Serialized Form

Constructor Summary
MessageInformationHeaders()
           
MessageInformationHeaders(EndpointReference wsaTo, java.lang.String action)
          Addressing Header MUST have a to and an action
 
Method Summary
 void addReferenceParameter(OMElement referenceParameter)
           
 java.lang.String getAction()
          Method getAction
 EndpointReference getFaultTo()
          Method getFaultTo
 EndpointReference getFrom()
          Method getFrom
 java.lang.String getMessageId()
          Method getMessageId
 java.util.ArrayList getReferenceParameters()
           
 RelatesTo getRelatesTo()
          Method getRelatesTo
 EndpointReference getReplyTo()
          Method getReplyTo
 EndpointReference getTo()
          Method getTo
 void setAction(java.lang.String action)
          Method setAction
 void setFaultTo(EndpointReference faultTo)
          Method setFaultTo
 void setFrom(EndpointReference from)
          Method setFrom
 void setMessageId(java.lang.String messageId)
          Method setMessageId
 void setReferenceParameters(java.util.ArrayList referenceParameters)
           
 void setRelatesTo(RelatesTo relatesTo)
          Method setRelatesTo
 void setReplyTo(EndpointReference replyTo)
          Method setReplyTo
 void setTo(EndpointReference to)
          Method setTo
 void toOM(SOAPHeader soapHeader)
          Method toOM
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageInformationHeaders

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

Parameters:
wsaTo -
action -

MessageInformationHeaders

public MessageInformationHeaders()
Method Detail

toOM

public void toOM(SOAPHeader soapHeader)
Method toOM

Parameters:
soapHeader -

getTo

public EndpointReference getTo()
Method getTo

Returns:

setTo

public void setTo(EndpointReference to)
Method setTo

Parameters:
to -

getFrom

public EndpointReference getFrom()
Method getFrom

Returns:

setFrom

public void setFrom(EndpointReference from)
Method setFrom

Parameters:
from -

getReplyTo

public EndpointReference getReplyTo()
Method getReplyTo

Returns:

setReplyTo

public void setReplyTo(EndpointReference replyTo)
Method setReplyTo

Parameters:
replyTo -

getFaultTo

public EndpointReference getFaultTo()
Method getFaultTo

Returns:

setFaultTo

public void setFaultTo(EndpointReference faultTo)
Method setFaultTo

Parameters:
faultTo -

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 -

getReferenceParameters

public java.util.ArrayList getReferenceParameters()

setReferenceParameters

public void setReferenceParameters(java.util.ArrayList referenceParameters)

addReferenceParameter

public void addReferenceParameter(OMElement referenceParameter)