com.sun.identity.liberty.ws.soapbinding
Class CorrelationHeader

java.lang.Object
  extended by com.sun.identity.liberty.ws.soapbinding.CorrelationHeader

public class CorrelationHeader
extends Object

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

CorrelationHeader

public CorrelationHeader()
Default Construtor

Method Detail

getMessageID

public String getMessageID()
Returns value of messageID attribute.

Returns:
value of messageID attribute

getRefToMessageID

public String getRefToMessageID()
Returns value of refToMessageID attribute.

Returns:
value of refToMessageID attribute

getTimestamp

public Date getTimestamp()
Returns value of timestamp attribute.

Returns:
value of timestamp attribute

getId

public String getId()
Returns value of id attribute.

Returns:
value of id attribute

getMustUnderstand

public Boolean getMustUnderstand()
Returns value of mustUnderstand attribute.

Returns:
value of mustUnderstand attribute

getActor

public String getActor()
Returns value of actor attribute.

Returns:
value of actor attribute

setMustUnderstand

public void setMustUnderstand(Boolean mustUnderstand)
Sets value of mustUnderstand attribute.

Parameters:
mustUnderstand - value of mustUnderstand attribute

setActor

public void setActor(String actor)
Sets value of actor attribute.

Parameters:
actor - value of actor attribute

setRefToMessageID

public void setRefToMessageID(String refToMessageID)
Sets value of refToMessageID attribute.

Parameters:
refToMessageID - value of refToMessageID attribute

addToParent

public void addToParent(Element headerE)
Converts this header to org.w3c.dom.Element and add to parent Header Element.

Parameters:
headerE - parent Header Element