Package org.apache.axiom.soap
Class SOAPCloneOptions
java.lang.Object
org.apache.axiom.om.OMCloneOptions
org.apache.axiom.soap.SOAPCloneOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetermine how theSOAPHeaderBlock.isProcessed()
flag should be set on clonedSOAPHeaderBlock
nodes.void
setProcessedFlag
(Boolean processedFlag) Specify how theSOAPHeaderBlock.isProcessed()
flag should be set on clonedSOAPHeaderBlock
nodes.Methods inherited from class org.apache.axiom.om.OMCloneOptions
isCopyOMDataSources, isFetchBlobs, isPreserveModel, setCopyOMDataSources, setFetchBlobs, setPreserveModel
-
Constructor Details
-
SOAPCloneOptions
public SOAPCloneOptions()
-
-
Method Details
-
getProcessedFlag
Determine how theSOAPHeaderBlock.isProcessed()
flag should be set on clonedSOAPHeaderBlock
nodes. SeesetProcessedFlag(Boolean)
for more information about this option.- Returns:
- the current value of this option
-
setProcessedFlag
Specify how theSOAPHeaderBlock.isProcessed()
flag should be set on clonedSOAPHeaderBlock
nodes. If this option is set tonull
(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
-