| 
 | |||||||||
| 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.ProcessingContextHeader
The ProcessingContextHeader class represents
 'ProcessingContext' element defined in SOAP binding schema.
| Constructor Summary | |
| ProcessingContextHeader(java.lang.String elementValue)This constructor takes value of ProcessingContext element. | |
| Method Summary | |
|  java.lang.String | getActor()Returns value of 'actor' attribute. | 
|  java.lang.String | getElementValue()Returns value of ProcessingContext element | 
|  java.lang.String | getId()Returns value of 'id' attribute. | 
|  java.lang.Boolean | getMustUnderstand()Returns value of 'mustUnderstand' attribute. | 
|  void | setActor(java.lang.String actor)Sets value of 'actor' attribute. | 
|  void | setElementValue(java.lang.String elementValue)Sets value of ProcessingContext element if it is not null | 
|  void | setMustUnderstand(java.lang.Boolean mustUnderstand)Sets value of 'mustUnderstand' attribute. | 
|  void | setSignFlag(boolean signFlag)Sets the sign flag. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ProcessingContextHeader(java.lang.String elementValue)
                        throws SOAPBindingException
SOAPBindingException - if the elementValue is null| Method Detail | 
public java.lang.String getElementValue()
public java.lang.String getId()
public java.lang.Boolean getMustUnderstand()
public java.lang.String getActor()
public void setElementValue(java.lang.String elementValue)
elementValue - value of ProcessingContext elementpublic void setMustUnderstand(java.lang.Boolean mustUnderstand)
mustUnderstand - value of 'mustUnderstand' attributepublic void setActor(java.lang.String actor)
actor - value of 'actor' attributepublic void setSignFlag(boolean signFlag)
signFlag - the sign flag| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||