|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.addressing.om.AddressingHeaders
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 |
public AddressingHeaders(EndpointReference wsaTo, java.lang.String action)
wsaTo
- action
- Method Detail |
public EndpointReference getWsaTo()
public void setWsaTo(EndpointReference wsaTo)
wsaTo
- public EndpointReference getWsaFrom()
public void setWsaFrom(EndpointReference wsaFrom)
wsaFrom
- public EndpointReference getWsaReply()
public void setWsaReply(EndpointReference wsaReply)
wsaReply
- public EndpointReference getWsaFaultTo()
public void setWsaFaultTo(EndpointReference wsaFaultTo)
wsaFaultTo
- 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
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |