|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.narada.wsinfra.wsa.impl.AddressingHeadersImpl
This class accumulates all WS-Addressing related headers that can be present in the Header of a SOAP message. This is useful since WS-Addressing elements are not nested.
| Constructor Summary | |
protected |
AddressingHeadersImpl()
Keep the constructor protected so that only classes in this package can create instances of this class. |
| Method Summary | |
ActionDocument |
getAction()
Retrieves the Action element. |
FaultToDocument |
getFaultTo()
Retrieves the FaultTo element. |
FromDocument |
getFrom()
Retrieves the From element. |
MessageIDDocument |
getMessageID()
Retrieves the MessageID element. |
RelatesToDocument |
getRelatesTo()
Retrieves the RelatesTo element. |
ReplyAfterDocument |
getReplyAfter()
Retrieves the ReplyAfter element. |
ReplyToDocument |
getReplyTo()
Retrieves the ReplyTo element. |
ToDocument |
getTo()
Retrieves the To element. |
boolean |
hasAction()
Checks if an action has been specified |
boolean |
hasFaultTo()
Checks to see if the FaultTo element is available |
boolean |
hasFrom()
Checks to see if the From element is available |
boolean |
hasMessageID()
Checks to see if the MessageID element is available |
boolean |
hasRelatesTo()
Checks to see if the RelatesTo element is available |
boolean |
hasReplyAfter()
Checks to see if the ReplyAfter element is available |
boolean |
hasReplyTo()
Checks to see if the ReplyTo element is available |
boolean |
hasTo()
Checks to see if the To element is available |
void |
setAction(ActionDocument actionDocument)
Sets the Action element |
void |
setFaultTo(FaultToDocument faultToDocument)
Sets the FaultTo element |
void |
setFrom(FromDocument fromDocument)
Sets the From element |
void |
setMessageID(MessageIDDocument messageIDDocument)
Sets the MessageID element |
void |
setRelatesTo(RelatesToDocument relatesToDocument)
Sets the RelatesTo element |
void |
setReplyAfter(ReplyAfterDocument replyAfterDocument)
Sets the ReplyAfter element. |
void |
setReplyTo(ReplyToDocument replyToDocument)
Sets the To element. |
void |
setTo(ToDocument toDocument)
Sets the To element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected AddressingHeadersImpl()
| Method Detail |
public void setAction(ActionDocument actionDocument)
public ActionDocument getAction()
getAction in interface AddressingHeaderspublic boolean hasAction()
hasAction in interface AddressingHeaderspublic void setFrom(FromDocument fromDocument)
public FromDocument getFrom()
getFrom in interface AddressingHeaderspublic boolean hasFrom()
hasFrom in interface AddressingHeaderspublic void setTo(ToDocument toDocument)
public ToDocument getTo()
getTo in interface AddressingHeaderspublic boolean hasTo()
hasTo in interface AddressingHeaderspublic void setReplyTo(ReplyToDocument replyToDocument)
public ReplyToDocument getReplyTo()
getReplyTo in interface AddressingHeaderspublic boolean hasReplyTo()
hasReplyTo in interface AddressingHeaderspublic void setReplyAfter(ReplyAfterDocument replyAfterDocument)
public ReplyAfterDocument getReplyAfter()
getReplyAfter in interface AddressingHeaderspublic boolean hasReplyAfter()
hasReplyAfter in interface AddressingHeaderspublic void setFaultTo(FaultToDocument faultToDocument)
public FaultToDocument getFaultTo()
getFaultTo in interface AddressingHeaderspublic boolean hasFaultTo()
hasFaultTo in interface AddressingHeaderspublic void setRelatesTo(RelatesToDocument relatesToDocument)
public RelatesToDocument getRelatesTo()
getRelatesTo in interface AddressingHeaderspublic boolean hasRelatesTo()
hasRelatesTo in interface AddressingHeaderspublic void setMessageID(MessageIDDocument messageIDDocument)
public MessageIDDocument getMessageID()
getMessageID in interface AddressingHeaderspublic boolean hasMessageID()
hasMessageID in interface AddressingHeaders
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||