Package org.n52.connectors.core

Interface Summary
Connector A connector is a support class that is needed to contain all administrative information that is needed to access service providers.
ConnectorCreation Creation of connectors by a factory class.
ConnectorTypeRegistry The interface to support the creation of the necessary information for the factory to load a connector class.
Operation All access to algorithms can be implemented using the Operation connector.
 

Class Summary
AbstractConnector Contains a number of default implementations of methods of the interface.
AbstractConnectorTypeRegistry  
AbstractFactory Adds a number of convenience functions to the ConnectorCreation.
ConnectorFactory Implements the abstract factory.
ConnectorRequest In the connector request a user formulates which functionality he wants from the service provider.
Dependency Describes the name and location of a resource a connector needs to be able to properly create an object that supports the requested fucntionality.
LocalConnectorTypeRegistry Handling of requests on the same system as the factory is located.
RemoteConnectorTypeRegistryProxy