org.eclipse.higgins.sts.common
Class SOAPHeader

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.SOAPHeader
All Implemented Interfaces:
org.eclipse.higgins.sts.api.ISOAPHeader

public abstract class SOAPHeader
extends Object
implements org.eclipse.higgins.sts.api.ISOAPHeader

Author:
mikemci

Constructor Summary
SOAPHeader()
           
 
Method Summary
 URI getActorRole()
           
 Boolean getMustUnderstand()
           
 void setActorRole(URI uriActorRole)
           
 void setMustUnderstand(Boolean bMustUnderstand)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPHeader

public SOAPHeader()
Method Detail

getActorRole

public URI getActorRole()
Specified by:
getActorRole in interface org.eclipse.higgins.sts.api.ISOAPHeader

getMustUnderstand

public Boolean getMustUnderstand()
Specified by:
getMustUnderstand in interface org.eclipse.higgins.sts.api.ISOAPHeader

setActorRole

public void setActorRole(URI uriActorRole)
Specified by:
setActorRole in interface org.eclipse.higgins.sts.api.ISOAPHeader

setMustUnderstand

public void setMustUnderstand(Boolean bMustUnderstand)
Specified by:
setMustUnderstand in interface org.eclipse.higgins.sts.api.ISOAPHeader