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

java.lang.Object
  extended bycom.sun.identity.liberty.ws.soapbinding.ProcessingContextHeader

public class ProcessingContextHeader
extends java.lang.Object

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


Constructor Summary
ProcessingContextHeader(java.lang.String elementValue)
          This constructor takes value of ProcessingContext element.
 
Method Summary
 java.lang.String getActor()
          Returns value of 'actor' attribute.
 java.lang.String getElementValue()
          Returns value of ProcessingContext element
 java.lang.String getId()
          Returns value of 'id' attribute.
 java.lang.Boolean getMustUnderstand()
          Returns value of 'mustUnderstand' attribute.
 void setActor(java.lang.String actor)
          Sets value of 'actor' attribute.
 void setElementValue(java.lang.String elementValue)
          Sets value of ProcessingContext element if it is not null
 void setMustUnderstand(java.lang.Boolean mustUnderstand)
          Sets value of 'mustUnderstand' attribute.
 void setSignFlag(boolean signFlag)
          Sets the sign flag.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessingContextHeader

public ProcessingContextHeader(java.lang.String elementValue)
                        throws SOAPBindingException
This constructor takes value of ProcessingContext element.

Throws:
SOAPBindingException - if the elementValue is null
Method Detail

getElementValue

public java.lang.String getElementValue()
Returns value of ProcessingContext element

Returns:
value of ProcessingContext element

getId

public java.lang.String getId()
Returns value of 'id' attribute.

Returns:
value of 'id' attribute

getMustUnderstand

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

Returns:
value of 'mustUnderstand' attribute

getActor

public java.lang.String getActor()
Returns value of 'actor' attribute.

Returns:
value of 'actor' attribute

setElementValue

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

Parameters:
elementValue - value of ProcessingContext element

setMustUnderstand

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

Parameters:
mustUnderstand - value of 'mustUnderstand' attribute

setActor

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

Parameters:
actor - value of 'actor' attribute

setSignFlag

public void setSignFlag(boolean signFlag)
Sets the sign flag. True to sign this header. The default of the sign flag is false.

Parameters:
signFlag - the sign flag


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.