Endpoint Template Retrieval

Retrieves a list of endpoint templates in the domain. The supported endpoint template types are JDBC, SAP®, and WEBSERVICE.

Syntax

Collection<EndpointVO> getEndpointTemplates(ENDPOINT_TYPE type) throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples