public interface Endpoint extends OsidCatalog
An Endpoint represents a transport destination.
| Modifier and Type | Method and Description |
|---|---|
EndpointRecord |
getEndpointRecord(Type endpointRecordType)
Gets the endpoint record corresponding to the given
Endpoint
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdEndpointRecord getEndpointRecord(Type endpointRecordType) throws OperationFailedException
Endpoint
record Type. This method is used to retrieve an
object implementing the requested record.endpointRecordType - an endpoint record typeNullArgumentException - endpointRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(endpointRecordType) is false
mandatory - This method must be implemented.