|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.soapbinding.ProcessingContextHeader
public class ProcessingContextHeader
The ProcessingContextHeader class represents
ProcessingContext element defined in SOAP binding schema.
| Constructor Summary | |
|---|---|
ProcessingContextHeader(String elementValue)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getActor()
Returns value of actor attribute. |
String |
getElementValue()
Returns value of ProcessingContext element. |
String |
getId()
Returns value of id attribute. |
Boolean |
getMustUnderstand()
Returns value of 'mustUnderstand' attribute. |
void |
setActor(String actor)
Sets value of actor attribute. |
void |
setElementValue(String elementValue)
Sets value of ProcessingContex element if it is not null. |
void |
setMustUnderstand(Boolean mustUnderstand)
Sets value of mustUnderstand attribute. |
void |
setSignFlag(boolean signFlag)
Sets the sign flag. |
| Constructor Detail |
|---|
public ProcessingContextHeader(String elementValue)
throws SOAPBindingException
elementValue - the processing context header string.
SOAPBindingException - if the elementValue is null| Method Detail |
|---|
public String getElementValue()
ProcessingContext element.
ProcessingContext element.public String getId()
id attribute.
id attributepublic Boolean getMustUnderstand()
public String getActor()
actor attribute.
actor attributepublic void setElementValue(String elementValue)
ProcessingContex element if it is not null.
elementValue - value of ProcessingContext elementpublic void setMustUnderstand(Boolean mustUnderstand)
mustUnderstand attribute.
mustUnderstand - value of mustUnderstand attributepublic void setActor(String actor)
actor attribute.
actor - value of actor attributepublic void setSignFlag(boolean signFlag)
signFlag - the value of the sign flag.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||