Endpoint Retrieval

Retrieves a list of server connection endpoints in the domain. The supported endpoint types are JDBC, SAP®, and WEBSERVICE.

Syntax

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

Returns

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

Examples