Interface ConnectorDescriptor
-
public interface ConnectorDescriptorDescribes a connector without instantiating it. Required to use the Java services mechanism to silently register connector classes with theConnectorRegistry. Per connector type (getType()) there shall be only a single descriptor (instance)!
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of the connector.java.lang.Class<?>getType()Returns the type of the connector.
-