%CSP.Endpoint
class %CSP.Endpoint extends %Library.RegisteredObject
%CSP defines the endpoint URL for making a CSP or SOAP requestProperty Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property CSPApplication as %String;
The CSP application used for the web service without trailing /.
Property methods: CSPApplicationDisplayToLogical(), CSPApplicationGet(), CSPApplicationIsValid(), CSPApplicationLogicalToDisplay(), CSPApplicationLogicalToOdbc(), CSPApplicationNormalize(), CSPApplicationSet()
property Host as %String;
The address of the host
Property methods: HostDisplayToLogical(), HostGet(), HostIsValid(), HostLogicalToDisplay(), HostLogicalToOdbc(), HostNormalize(), HostSet()
property Port as %String;
The port for the URL
Property methods: PortDisplayToLogical(), PortGet(), PortIsValid(), PortLogicalToDisplay(), PortLogicalToOdbc(), PortNormalize(), PortSet()
property Prefix as %String;
The CSP prefix for the URL
Property methods: PrefixDisplayToLogical(), PrefixGet(), PrefixIsValid(), PrefixLogicalToDisplay(), PrefixLogicalToOdbc(), PrefixNormalize(), PrefixSet()
property ServiceClass as %String (MAXLEN = 256);
The name of the web service class or CSP page class
Property methods: ServiceClassDisplayToLogical(), ServiceClassGet(), ServiceClassIsValid(), ServiceClassLogicalToDisplay(), ServiceClassLogicalToOdbc(), ServiceClassNormalize(), ServiceClassSet()
Methods (Including Private)
Get the location URL
The server porion of Locarion
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()