OSID Logo
OSID Specifications
transport package
Version 3.0.0
Release Candidate Preview
Interfaceosid.transport.Endpoint
Implementsosid.OsidCatalog
Description

An Endpoint represents a transport destination.

MethodgetEndpointRecord
Description

Gets the endpoint record corresponding to the given Endpoint record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeendpointRecordTypean endpoint record type
Returnosid.transport.records.EndpointRecordthe endpoint record
ErrorsNULL_ARGUMENT endpointRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(endpointRecordType) is false
CompliancemandatoryThis method must be implemented.