| Interface | Description |
|---|---|
| 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.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.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.
|
| Class | Description |
|---|---|
| AbstractBuilder<A,S,P> |
Partial implementation of proxy builders.
|
| 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.
|
| SingletonBuilderAPI |
Defines a DSL for proxy builders of singleton services, i.e.
|
| StatefulBuilderAPI |
Defines a DSL for proxy builders of stateful services.
|
| StatelessBuilderAPI |
Defines a DSL for proxy builders of stateless services.
|
Copyright © 2017. All Rights Reserved.