public class ProcessingContextHeader extends Object
ProcessingContextHeader
class represents
ProcessingContext
element defined in SOAP binding schema.Constructor and Description |
---|
ProcessingContextHeader(String elementValue)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public ProcessingContextHeader(String elementValue) throws SOAPBindingException
elementValue
- the processing context header string.SOAPBindingException
- if the elementValue is nullpublic String getElementValue()
ProcessingContext
element.ProcessingContext
element.public 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.Copyright © 2010-2013, ForgeRock All Rights Reserved.