public class SOAPCloneOptions extends OMCloneOptions
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Boolean |
processedFlag |
| Constructor and Description |
|---|
SOAPCloneOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getProcessedFlag()
Determine how the
SOAPHeaderBlock.isProcessed() flag should be set on cloned
SOAPHeaderBlock nodes. |
void |
setProcessedFlag(java.lang.Boolean processedFlag)
Specify how the
SOAPHeaderBlock.isProcessed() flag should be set on cloned
SOAPHeaderBlock nodes. |
isCopyOMDataSources, isFetchDataHandlers, isPreserveModel, setCopyOMDataSources, setFetchDataHandlers, setPreserveModelpublic java.lang.Boolean getProcessedFlag()
SOAPHeaderBlock.isProcessed() flag should be set on cloned
SOAPHeaderBlock nodes. See setProcessedFlag(Boolean) for more information
about this option.public void setProcessedFlag(java.lang.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 option