Class CorrelationHeader
java.lang.Object
com.sun.identity.liberty.ws.soapbinding.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToParent(Element headerE) Converts this header toorg.w3c.dom.Elementand add to parent Header Element.getActor()Returns value ofactorattribute.getId()Returns value ofidattribute.Returns value ofmessageIDattribute.Returns value ofmustUnderstandattribute.Returns value ofrefToMessageIDattribute.Returns value oftimestampattribute.voidSets value ofactorattribute.voidsetMustUnderstand(Boolean mustUnderstand) Sets value ofmustUnderstandattribute.voidsetRefToMessageID(String refToMessageID) Sets value ofrefToMessageIDattribute.
-
Constructor Details
-
CorrelationHeader
public CorrelationHeader()Default Construtor
-
-
Method Details
-
getMessageID
Returns value ofmessageIDattribute.- Returns:
- value of
messageIDattribute
-
getRefToMessageID
Returns value ofrefToMessageIDattribute.- Returns:
- value of
refToMessageIDattribute
-
getTimestamp
Returns value oftimestampattribute.- Returns:
- value of
timestampattribute
-
getId
Returns value ofidattribute.- Returns:
- value of
idattribute
-
getMustUnderstand
Returns value ofmustUnderstandattribute.- Returns:
- value of
mustUnderstandattribute
-
getActor
Returns value ofactorattribute.- Returns:
- value of
actorattribute
-
setMustUnderstand
Sets value ofmustUnderstandattribute.- Parameters:
mustUnderstand- value ofmustUnderstandattribute
-
setActor
Sets value ofactorattribute.- Parameters:
actor- value ofactorattribute
-
setRefToMessageID
Sets value ofrefToMessageIDattribute.- Parameters:
refToMessageID- value ofrefToMessageIDattribute
-
addToParent
Converts this header toorg.w3c.dom.Elementand add to parent Header Element.- Parameters:
headerE- parent Header Element
-