| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
The CorrelationHeader class represents 'Correlation' element
 defined in SOAP binding schema. 'messageID' is a required attribute and
 will be generated automatically when a constructor is called.
| Constructor Summary | |
| CorrelationHeader()This is the default constructor. | |
| Method Summary | |
|  java.lang.String | getActor()Returns value of 'actor' attribute. | 
|  java.lang.String | getId()Returns value of 'id' attribute. | 
|  java.lang.String | getMessageID()Returns value of 'messageID' attribute. | 
|  java.lang.Boolean | getMustUnderstand()Returns value of 'mustUnderstand' attribute. | 
|  java.lang.String | getRefToMessageID()Returns value of 'refToMessageID' attribute. | 
|  java.util.Date | getTimestamp()Returns value of 'timestamp' attribute. | 
|  void | setActor(java.lang.String actor)Sets value of 'actor' attribute. | 
|  void | setMustUnderstand(java.lang.Boolean mustUnderstand)Sets value of 'mustUnderstand' attribute. | 
|  void | setRefToMessageID(java.lang.String refToMessageID)Sets value of 'refToMessageID' attribute. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public CorrelationHeader()
| Method Detail | 
public java.lang.String getMessageID()
public java.lang.String getRefToMessageID()
public java.util.Date getTimestamp()
public java.lang.String getId()
public java.lang.Boolean getMustUnderstand()
public java.lang.String getActor()
public void setMustUnderstand(java.lang.Boolean mustUnderstand)
mustUnderstand - value of 'mustUnderstand' attributepublic void setActor(java.lang.String actor)
actor - value of 'actor' attributepublic void setRefToMessageID(java.lang.String refToMessageID)
refToMessageID - value of 'refToMessageID' attribute| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||