%CSP.Endpoint
class %CSP.Endpoint extends %Library.RegisteredObject
%CSP defines the endpoint URL for making a CSP or SOAP requestProperty Inventory
Method Inventory
Properties
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
Get the location URL
The server porion of Locarion
Inherited Members
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()