|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.soapbinding.ProcessingContextHeader
public class ProcessingContextHeader
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. |
| コンストラクタの詳細 |
|---|
public ProcessingContextHeader(String elementValue)
throws SOAPBindingException
elementValue - the processing context header string.
SOAPBindingException - if the elementValue is null| メソッドの詳細 |
|---|
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.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||