Uses of Class
org.n52.connectors.core.ServiceRequest

Uses of ServiceRequest in org.n52.connectors.core
 

Methods in org.n52.connectors.core with parameters of type ServiceRequest
 void Connector.factorySideInitialization(org.w3c.dom.Document xmlConfiguration, ServiceRequest request)
          Initializes the connector with information contained in the request.
 void AbstractConnector.factorySideInitialization(org.w3c.dom.Document xmlConfiguration, ServiceRequest request)
           
(package private)  Connector ServiceFactory.getConnector(ServiceRequest request)
          Retrieves a connector that can retrieve and initialize an object that supports the requested functionality
 java.lang.String RemoteConnectorTypeRegistryProxy.getConnectorClass(ServiceRequest request)
           
 java.lang.String LocalConnectorTypeRegistry.getConnectorClass(ServiceRequest request)
           
 java.lang.String ConnectorTypeRegistry.getConnectorClass(ServiceRequest request)
          return an XML String describing a Connector with requested functionality.
private  java.lang.String LocalConnectorTypeRegistry.getConnectorInfo(ServiceRequest request, Connector conn)
           
 java.lang.Object Connector.getImplementingObject(ServiceRequest req)
          Returns an object that supports the desired functionality or gives (indirectly)access to the desired functionality.
 java.lang.Object AbstractConnector.getImplementingObject(ServiceRequest request)
           
 java.lang.Object ServiceFactory.getServiceAdapter(ServiceRequest request)
           
 java.lang.Object ConnectorCreation.getServiceAdapter(ServiceRequest request)
          return one object which supports an interface with requested functionality.
 java.lang.Object[] ServiceFactory.getServiceAdapters(ServiceRequest request)
           
 java.lang.Object[] ConnectorCreation.getServiceAdapters(ServiceRequest request)
          returns one or more objects which supports an interface with requested functionality
 boolean Connector.isSupported(ServiceRequest request)
          Checks if a connector supports a service provider that fullfills the conditions set in the request.
abstract  boolean AbstractConnector.isSupported(ServiceRequest request)
           
private  java.lang.String LocalConnectorTypeRegistry.nameToXml(Connector conn, java.net.URL connectorUrl, ServiceRequest request)
          Composes an XML String that describes a connector.
 java.lang.String Connector.registrySideInitialization(ServiceRequest request)
          Creates an Xml string that contains initialization inforamtion needed by the factory to properly created the connector implied by the request.
 java.lang.String AbstractConnector.registrySideInitialization(ServiceRequest request)