org.apache.axiom.soap
Class SOAPCloneOptions
java.lang.Object
org.apache.axiom.om.OMCloneOptions
org.apache.axiom.soap.SOAPCloneOptions
public class SOAPCloneOptions
- extends OMCloneOptions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPCloneOptions
public SOAPCloneOptions()
getProcessedFlag
public Boolean getProcessedFlag()
- Determine how the
SOAPHeaderBlock.isProcessed()
flag should be set on cloned
SOAPHeaderBlock
nodes. See setProcessedFlag(Boolean)
for more information
about this option.
- Returns:
- the current value of this option
setProcessedFlag
public void setProcessedFlag(Boolean processedFlag)
- Specify how the
SOAPHeaderBlock.isProcessed()
flag should be set on cloned
SOAPHeaderBlock
nodes. If this option is set to null
(default), the flag
will be copied from the original node. Otherwise, the flag will have the value determined by
the option value.
- Parameters:
processedFlag
- the value to set for this option
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.