com.sun.identity.liberty.ws.soapbinding
クラス ProcessingContextHeader

java.lang.Object
  上位を拡張 com.sun.identity.liberty.ws.soapbinding.ProcessingContextHeader

public class ProcessingContextHeader
extends Object

The ProcessingContextHeader class represents ProcessingContext element defined in SOAP binding schema.


コンストラクタの概要
ProcessingContextHeader(String elementValue)
          Constructor.
 
メソッドの概要
 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.
 

コンストラクタの詳細

ProcessingContextHeader

public ProcessingContextHeader(String elementValue)
                        throws SOAPBindingException
Constructor.

パラメータ:
elementValue - the processing context header string.
例外:
SOAPBindingException - if the elementValue is null
メソッドの詳細

getElementValue

public String getElementValue()
Returns value of ProcessingContext element.

戻り値:
value of ProcessingContext element.

getId

public String getId()
Returns value of id attribute.

戻り値:
value of id attribute

getMustUnderstand

public Boolean getMustUnderstand()
Returns value of 'mustUnderstand' attribute.

戻り値:
value of 'mustUnderstand' attribute

getActor

public String getActor()
Returns value of actor attribute.

戻り値:
value of actor attribute

setElementValue

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

パラメータ:
elementValue - value of ProcessingContext element

setMustUnderstand

public void setMustUnderstand(Boolean mustUnderstand)
Sets value of mustUnderstand attribute.

パラメータ:
mustUnderstand - value of mustUnderstand attribute

setActor

public void setActor(String actor)
Sets value of actor attribute.

パラメータ:
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.

パラメータ:
signFlag - the value of the sign flag.