All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractBuilder<A,S,P> |
Partial implementation of proxy builders.
|
| AbstractConfig<A,S> |
|
| AbstractDelegate<A,S,C extends ProxyConfig<A,S>> |
|
| AbstractSingletonBuilder<A,S,P> |
Partial implementation of proxy builders for singleton services, i.e.
|
| AbstractStatefulBuilder<A,S,P> |
Partial implementation of proxy builders for stateful services.
|
| AbstractStatelessBuilder<A,S,P> |
Partial implementation of proxy builders for stateless services.
|
| AddressingUtils |
Factory methods for addresses of service endpoints and service instances.
|
| AsyncProxyDelegate<S> |
A ProxyDelegate that delivers the outcome of Calls asynchronously, either through polling or
notifications.
|
| Call<S,R> |
A call to an endpoint of a given service.
|
| Callback<V> |
Asynchronous Call listeners.
|
| DefaultEndpointCache<A> |
|
| DirectDelegate<A,S> |
|
| DiscoveryConfig<A,S> |
The configuration of a proxy created in discovery mode.
|
| DiscoveryDelegate<A,S> |
|
| DiscoveryException |
Raised when services endpoints cannot be discovered.
|
| EndpointCache<A> |
|
| EndpointConfig<A,S> |
The configuration of a proxy created in direct mode.
|
| FaultDSL |
A simple DSL for fault conversion.
|
| FaultDSL.AsClause |
Fault narrowing clause;
|
| IllegalScopeException |
A ServiceException raised when attempt to contact service endpoints outside the scope.
|
| InvalidRequestException |
|
| Key |
|
| MockDelegate<S> |
|
| NoSuchEndpointException |
|
| Property<T> |
A custom configuration property for proxies.
|
| ProxyConfig<A,S> |
The configuration of service proxies.
|
| ProxyDelegate<S> |
Makes Calls to service endpoints on behalf a service proxy.
|
| ProxyPlugin<A,S,P> |
Provides information to customise the strategy of a ProxyDelegate.
|
| Query<A> |
A query for the endpoints of a given service.
|
| ResultMatcher<R> |
A callback to filter out Query results.
|
| ServiceException |
An exceptions that occurs in the attempt to communicate with service endpoints.
|
| SingletonBuilderAPI |
Defines a DSL for proxy builders of singleton services, i.e.
|
| SingletonBuilderAPI.Builder<A,P> |
The first clause of the DSL.
|
| SingletonBuilderAPI.FinalClause<P> |
The final clause of the DSL.
|
| SingletonBuilderAPI.SecondClause<P> |
The second clause of the DSL.
|
| StatefulBuilderAPI |
Defines a DSL for proxy builders of stateful services.
|
| StatefulBuilderAPI.Builder<A,P> |
The first clause of the DSL.
|
| StatefulBuilderAPI.FinalClause<P> |
The final clause of the DSL.
|
| StatefulBuilderAPI.SecondClause<P> |
The second clause of the DSL.
|
| StatelessBuilderAPI |
Defines a DSL for proxy builders of stateless services.
|
| StatelessBuilderAPI.Builder<P> |
The first clause of the DSL.
|
| StatelessBuilderAPI.FinalClause<P> |
The final clause of the DSL.
|
| StatelessBuilderAPI.SecondClause<P> |
The second clause of the DSL.
|
| Unrecoverable |
|
| UnsupportedOperationException |
Raised with requests to service operations that are not supported.
|
| UnsupportedRequestException |
Raised with requests to services which are not supported by the target plugin.
|