Class TopicIntegratorRESTServices
- java.lang.Object
-
- org.odpi.openmetadata.integrationservices.topic.rest.TopicIntegratorRESTServices
-
public class TopicIntegratorRESTServices extends Object
TopicIntegratorRESTServices provides the ability to validate that a connector will run successfully in this integration service. It is a convenience method for configuration tools.
-
-
Constructor Summary
Constructors Constructor Description TopicIntegratorRESTServices()The constructor registers this service with the integration daemon.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectorReportResponsevalidateConnector(String serverName, String userId, String connectorProviderClassName)Validate the connector and return its connector type.
-
-
-
Method Detail
-
validateConnector
public ConnectorReportResponse validateConnector(String serverName, String userId, String connectorProviderClassName)
Validate the connector and return its connector type.- Parameters:
serverName- integration daemon server nameuserId- calling userconnectorProviderClassName- name of a specific connector or null for all connectors- Returns:
- connector type or InvalidParameterException the connector provider class name is not a valid connector fo this service UserNotAuthorizedException user not authorized to issue this request PropertyServerException there was a problem detected by the integration service
-
-