%SOAP.Addressing.EndpointReference
class %SOAP.Addressing.EndpointReference extends %SOAP.Header
%SOAP.Addressing.EndpointReference represents a WS-Addressing Endpoint Reference.Property Inventory
Method Inventory
Parameters
parameter XMLFORMAT = literal;
Inherited description: The XMLFORMAT parameter controls the generation of the XMLExport and XMLImport
methods for XML enabled classes to include code for only literal or only encoded format.
This allows the generated routines to be significantly smaller since usually
both formats are not needed.
If XMLFORMAT="Literal", then only support for literal format import and export is generated.
If XMLFORMAT="Encoded", then only support for SOAP encoded format import and export is generated.
The default is to generate support for both literal and encoded format.
parameter XMLIGNOREINVALIDTAG = 1;
Ignore extra elements.
Properties
property Address as %xsd.anyURI [ Required ];
Property methods: AddressDisplayToLogical(), AddressGet(), AddressIsValid(), AddressLogicalToDisplay(), AddressLogicalToOdbc(), AddressNormalize(), AddressSet()
property Metadata as %XML.String);
Property methods: MetadataDisplayToLogical(), MetadataGet(), MetadataIsValid(), MetadataLogicalToDisplay(), MetadataLogicalToOdbc(), MetadataNormalize(), MetadataSet()
property ReferenceParameters as %XML.String);
Property methods: ReferenceParametersDisplayToLogical(), ReferenceParametersGet(), ReferenceParametersIsValid(), ReferenceParametersLogicalToDisplay(), ReferenceParametersLogicalToOdbc(), ReferenceParametersNormalize(), ReferenceParametersSet()
Methods
Some endpoints cannot be located with a meaningful IRI; this URI is used
to allow such endpoints to send and receive messages. The precise meaning
of this URI is defined by the binding of Addressing to a specific protocol
and/or the context in which the EPR is used.
This is the value for the ReplyTo header using request-response semantics.
classmethod GetAnonymousEPR(namespace As %String) as %SOAP.Addressing.EndpointReference
Get an EPR for anonymous reference. This is the ddefault for ReplyTo.
classmethod None() as %String
Messages sent to EPRs whose [address] is this value MUST be discarded (i.e. not sent).
This URI is typically used in EPRs that designate a reply or fault endpoint
to indicate that no reply or fault message should be sent.
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- GetId()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()