|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.addressing.MessageInformationHeaders
This holds the WSA Message Information Headers
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 |
public MessageInformationHeaders(EndpointReference wsaTo, java.lang.String action)
wsaTo
- action
- public MessageInformationHeaders()
Method Detail |
public void toOM(SOAPHeader soapHeader)
soapHeader
- public EndpointReference getTo()
public void setTo(EndpointReference to)
to
- public EndpointReference getFrom()
public void setFrom(EndpointReference from)
from
- public EndpointReference getReplyTo()
public void setReplyTo(EndpointReference replyTo)
replyTo
- public EndpointReference getFaultTo()
public void setFaultTo(EndpointReference faultTo)
faultTo
- public java.lang.String getAction()
public void setAction(java.lang.String action)
action
- public java.lang.String getMessageId()
public void setMessageId(java.lang.String messageId)
messageId
- public RelatesTo getRelatesTo()
public void setRelatesTo(RelatesTo relatesTo)
relatesTo
- public java.util.ArrayList getReferenceParameters()
public void setReferenceParameters(java.util.ArrayList referenceParameters)
public void addReferenceParameter(OMElement referenceParameter)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |