|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.soapbinding.CorrelationHeader
public class CorrelationHeader
The CorrelationHeader class represents Correlation
element defined in SOAP binding schema. The messageID is a
required attribute and will be generated automatically when a constructor
is called.
| Constructor Summary | |
|---|---|
CorrelationHeader()
Default Construtor |
|
| Method Summary | |
|---|---|
void |
addToParent(Element headerE)
Converts this header to org.w3c.dom.Element and add to
parent Header Element. |
String |
getActor()
Returns value of actor attribute. |
String |
getId()
Returns value of id attribute. |
String |
getMessageID()
Returns value of messageID attribute. |
Boolean |
getMustUnderstand()
Returns value of mustUnderstand attribute. |
String |
getRefToMessageID()
Returns value of refToMessageID attribute. |
Date |
getTimestamp()
Returns value of timestamp attribute. |
void |
setActor(String actor)
Sets value of actor attribute. |
void |
setMustUnderstand(Boolean mustUnderstand)
Sets value of mustUnderstand attribute. |
void |
setRefToMessageID(String refToMessageID)
Sets value of refToMessageID attribute. |
| Constructor Detail |
|---|
public CorrelationHeader()
| Method Detail |
|---|
public String getMessageID()
messageID attribute.
messageID attributepublic String getRefToMessageID()
refToMessageID attribute.
refToMessageID attributepublic Date getTimestamp()
timestamp attribute.
timestamp attributepublic String getId()
id attribute.
id attributepublic Boolean getMustUnderstand()
mustUnderstand attribute.
mustUnderstand attributepublic String getActor()
actor attribute.
actor attributepublic void setMustUnderstand(Boolean mustUnderstand)
mustUnderstand attribute.
mustUnderstand - value of mustUnderstand attributepublic void setActor(String actor)
actor attribute.
actor - value of actor attributepublic void setRefToMessageID(String refToMessageID)
refToMessageID attribute.
refToMessageID - value of refToMessageID attributepublic void addToParent(Element headerE)
org.w3c.dom.Element and add to
parent Header Element.
headerE - parent Header Element
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||