All Classes and Interfaces
Class
Description
This class is a base class for implementing closeable connector responses
based on
Closeable.Abstract implementation of the connector interface.
A simple invocation implementation routing a request through a chain of interceptors.
A connector response which represents an open resource (link to open resource)
which must be closed.
A connector represents a way to interact with some system, library or technology.
Can be used to configure connectors of a certain type.
Base class for all connector exceptions
Represents a request invocation / request execution.
Provides a
Connector with a unique id.A connector request.
Indicates an error during the request of a connector.
A request interceptor.
A connector response representing the result of a connector invocation.
Indicates an error during the response of a connector.
Provides access to all available connectors.
A dummy debug connector, which saves the
ConnectorRequest (DebugRequestInterceptor.getRequest())
and the raw request (DebugRequestInterceptor.getTarget()) for debugging purpose.