public interface SOAPHeaderEntry extends LocalName, ADMData, UniqueID, NamespaceURI
| Modifier and Type | Method and Description |
|---|---|
logical |
deleteHeaderEntry()
Deletes the XML underlying a SOAP-HEADER-ENTRYREF object, without deleting the object.
|
character |
getActor()
Returns the value of the actor attribute for the SOAP-HEADER-ENTRYREF object as a URL.
|
logical |
isMustUnderstand()
Indicates whether a SOAP-HEADER-ENTRYREF object is mandatory (TRUE) or optional (FALSE) for
the recipient to process.
|
logical |
setActor(character uri)
Sets the ACTOR attribute for this SOAP-HEADER-ENTRY.
|
logical |
setActor(java.lang.String uri)
Sets the ACTOR attribute for this SOAP-HEADER-ENTRY.
|
logical |
setMustUnderstand(boolean val)
Sets the MUST-UNDERSTAND attribute for this SOAP-HEADER-ENTRY.
|
logical |
setMustUnderstand(logical val)
Sets the MUST-UNDERSTAND attribute for this SOAP-HEADER-ENTRY.
|
logical |
setNode(handle xNoderef)
Replaces the underlying XML of a SOAP-HEADER-ENTRYREF object with the DOM XML sub-tree
rooted by the X-NODEREF object.
|
logical |
setSerialized(longchar xml)
Sets the SOAP-header-entryref object's underlying XML from serialized XML.
|
getLocalNamegetADMData, setADMData, setADMDatagetUniqueIDnamespacePrefix, namespacePrefix, namespacePrefix, namespaceURI, namespaceURI, namespaceURIcharacter getActor()
logical isMustUnderstand()
logical deleteHeaderEntry()
true if the operation was possible.logical setActor(character uri)
uri - The URI of the SOAP actor.true if the operation was possible.logical setActor(java.lang.String uri)
uri - The URI of the SOAP actor.true if the operation was possible.logical setMustUnderstand(logical val)
val - The new value of this attribute.true if the operation was possible.logical setMustUnderstand(boolean val)
val - The new value of this attribute.true if the operation was possible.logical setNode(handle xNoderef)
xNoderef - A X-NODEREF variable that refers to the XML that will be set for the
SOAP-HEADER-ENTRYREF object.true if the operation was possible.logical setSerialized(longchar xml)
xml - A LONGCHAR variable that contains the XML that will become this
SOAP-HEADER-ENTRYREF object. This parameter can be only a longchar, 4GL doesn't
allow character variables.true if the operation was possible.