public class SOAPCloneOptions extends OMCloneOptions
Constructor and Description |
---|
SOAPCloneOptions() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getProcessedFlag()
Determine how the
SOAPHeaderBlock.isProcessed() flag should be set on cloned
SOAPHeaderBlock nodes. |
void |
setProcessedFlag(Boolean processedFlag)
Specify how the
SOAPHeaderBlock.isProcessed() flag should be set on cloned
SOAPHeaderBlock nodes. |
isCopyOMDataSources, isFetchDataHandlers, isPreserveModel, setCopyOMDataSources, setFetchDataHandlers, setPreserveModel
public Boolean getProcessedFlag()
SOAPHeaderBlock.isProcessed()
flag should be set on cloned
SOAPHeaderBlock
nodes. See setProcessedFlag(Boolean)
for more information
about this option.public void setProcessedFlag(Boolean processedFlag)
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.processedFlag
- the value to set for this optionCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.