Interface | Description |
---|---|
Binding |
The configuration of a binding.
|
BindingManager<B extends Binding,I,O> |
Manages the ServiceProviders for a given Binding.
|
Invoker<I> |
Handles the invocation of an operation through a specified communication protocol.
|
Service<M> |
The declaration of a service.
|
ServiceProvider<B extends Binding,I,O> |
Manages the runtime behavior of a Service through the SPI.
|
Exception | Description |
---|---|
EndpointException |
Exception thrown during endponit creation and management.
|