EnsLib.UDDI.Connection
class EnsLib.UDDI.Connection extends %Library.RegisteredObject
Represents a connection to a UDDI serverProperty Inventory
- AdminURL
- AuthInfo
- CustodyURL
- InquiryURL
- Password
- PublicationURL
- ReplicationURL
- SecurityURL
- SubscriptionURL
- URLResolutionPolicy
- UserName
Method Inventory
- AcquireAuthorization()
- AdminURLGet()
- CustodyURLGet()
- DiscardAuthorization()
- InquiryURLGet()
- PublicationURLGet()
- ReplicationURLGet()
- SecurityURLGet()
- SubscriptionURLGet()
Properties
property AdminURL as %String [ ReadOnly ];
Property methods: AdminURLDisplayToLogical(), AdminURLIsValid(), AdminURLLogicalToDisplay(), AdminURLLogicalToOdbc(), AdminURLNormalize()
property AuthInfo as %String;
This is the authentication token needed for publishing
Property methods: AuthInfoDisplayToLogical(), AuthInfoGet(), AuthInfoIsValid(), AuthInfoLogicalToDisplay(), AuthInfoLogicalToOdbc(), AuthInfoNormalize(), AuthInfoSet()
property CustodyURL as %String [ ReadOnly ];
Property methods: CustodyURLDisplayToLogical(), CustodyURLIsValid(), CustodyURLLogicalToDisplay(), CustodyURLLogicalToOdbc(), CustodyURLNormalize()
property InquiryURL as %String [ ReadOnly ];
Property methods: InquiryURLDisplayToLogical(), InquiryURLIsValid(), InquiryURLLogicalToDisplay(), InquiryURLLogicalToOdbc(), InquiryURLNormalize()
property Password as %String;
This contains the password to be used for this connection. It is only used if the AuthenticationMode property
contains UddiAuthentication and ignored for all other values of the AuthenticationMode property. This property
is only used for publishing operations and is not used for inquiry operations.
Property methods: PasswordDisplayToLogical(), PasswordGet(), PasswordIsValid(), PasswordLogicalToDisplay(), PasswordLogicalToOdbc(), PasswordNormalize(), PasswordSet()
property PublicationURL as %String [ ReadOnly ];
Property methods: PublicationURLDisplayToLogical(), PublicationURLIsValid(), PublicationURLLogicalToDisplay(), PublicationURLLogicalToOdbc(), PublicationURLNormalize()
property ReplicationURL as %String [ ReadOnly ];
Property methods: ReplicationURLDisplayToLogical(), ReplicationURLIsValid(), ReplicationURLLogicalToDisplay(), ReplicationURLLogicalToOdbc(), ReplicationURLNormalize()
property SecurityURL as %String [ ReadOnly ];
Property methods: SecurityURLDisplayToLogical(), SecurityURLIsValid(), SecurityURLLogicalToDisplay(), SecurityURLLogicalToOdbc(), SecurityURLNormalize()
property SubscriptionURL as %String [ ReadOnly ];
Property methods: SubscriptionURLDisplayToLogical(), SubscriptionURLIsValid(), SubscriptionURLLogicalToDisplay(), SubscriptionURLLogicalToOdbc(), SubscriptionURLNormalize()
property URLResolutionPolicy as %CacheObject;
This is the instance of the URLResolution Policy used to determine the inquiry,publication and security endpoints
Property methods: URLResolutionPolicyGet(), URLResolutionPolicyGetSwizzled(), URLResolutionPolicyIsValid(), URLResolutionPolicyNewObject(), URLResolutionPolicySet()
property UserName as %String;
This contains the user name to be used for this connection. It is only used if the AuthenticationMode property
contains UddiAuthentication and ignored for all other values of the AuthenticationMode property. This property
is only used for publishing operations and is not used for inquiry operations.
Property methods: UserNameDisplayToLogical(), UserNameGet(), UserNameIsValid(), UserNameLogicalToDisplay(), UserNameLogicalToOdbc(), UserNameNormalize(), UserNameSet()
Methods
method AdminURLGet() as %String
Accessor for the AdminURL property
method CustodyURLGet() as %String
Accessof for the CustodyURL property
method DiscardAuthorization() as %Status
method InquiryURLGet() as %String
Accessof for the InquiryURL property
method PublicationURLGet() as %String
Accessor for the PublicationURL property
method ReplicationURLGet() as %String
Accessor for the ReplicationURL property
method SecurityURLGet() as %String
Accessor for the SecurityURL property
method SubscriptionURLGet() as %String
Accessor for the SubscriptionURL property
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()