OSID Logo
OSID Specifications
transport package
Version 3.1.0
Interfaceosid.transport.Endpoint
Implementsosid.OsidCatalog
Used Byosid.transport.EndpointAdminSession
osid.transport.EndpointList
osid.transport.EndpointLookupSession
osid.transport.EndpointNode
osid.transport.InboundMessageSession
osid.transport.InboundStreamSession
osid.transport.OutboundMessageSession
osid.transport.OutboundStreamSession
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.TypeendpointRecordType an endpoint record type
Returnosid.transport.records.EndpointRecord the endpoint record
ErrorsNULL_ARGUMENT endpointRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(endpointRecordType) is false
Compliancemandatory This method must be implemented.