|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axiom.om.OMCloneOptions
org.apache.axiom.soap.SOAPCloneOptions
public class SOAPCloneOptions
| Constructor Summary | |
|---|---|
SOAPCloneOptions()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.axiom.om.OMCloneOptions |
|---|
isCopyOMDataSources, isFetchDataHandlers, isPreserveModel, setCopyOMDataSources, setFetchDataHandlers, setPreserveModel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SOAPCloneOptions()
| Method Detail |
|---|
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||