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

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

public class ProcessingContextHeader
extends Object

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

ProcessingContextHeader

public ProcessingContextHeader(String elementValue)
                        throws SOAPBindingException
Constructor.

Parameters:
elementValue - the processing context header string.
Throws:
SOAPBindingException - if the elementValue is null
Method Detail

getElementValue

public String getElementValue()
Returns value of ProcessingContext element.

Returns:
value of ProcessingContext element.

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

setElementValue

public void setElementValue(String elementValue)
Sets value of ProcessingContex element if it is not null.

Parameters:
elementValue - value of ProcessingContext element

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

setSignFlag

public void setSignFlag(boolean signFlag)
Sets the sign flag. If the value is set to true then the header will be signed.

Parameters:
signFlag - the value of the sign flag.