All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractCloseableConnectorResponse This class is a base class for implementing closeable connector responses based onCloseable.AbstractConnector<Q extends ConnectorRequest<R>,R extends ConnectorResponse> Abstract implementation of the connector interface.AbstractConnectorRequest<R extends ConnectorResponse> AbstractConnectorResponse AbstractRequestInvocation<T> A simple invocation implementation routing a request through a chain of interceptors.CloseableConnectorResponse A connector response which represents an open resource (link to open resource) which must be closed.ConnectCoreLogger ConnectLogger Connector<Q extends ConnectorRequest<?>> A connector represents a way to interact with some system, library or technology.ConnectorConfigurator<C extends Connector<?>> Can be used to configure connectors of a certain type.ConnectorException Base class for all connector exceptionsConnectorInvocation Represents a request invocation / request execution.ConnectorProvider Provides aConnectorwith a unique id.ConnectorRequest<R extends ConnectorResponse> A connector request.ConnectorRequestException Indicates an error during the request of a connector.ConnectorRequestInterceptor A request interceptor.ConnectorResponse A connector response representing the result of a connector invocation.ConnectorResponseException Indicates an error during the response of a connector.Connectors Provides access to all available connectors.DebugRequestInterceptor A dummy debug connector, which saves theConnectorRequest(DebugRequestInterceptor.getRequest()) and the raw request (DebugRequestInterceptor.getTarget()) for debugging purpose.