Endpoint Template Creation

Creates a server connection endpoint template for the specified endpoint type.

Syntax

void createEndpointTemplate(ENDPOINT_TYPE type, String name, String template, Map<String, String> properties) throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples