| Interface | Description |
|---|---|
| Interceptor |
Mediates a service invocation.
|
| InvocationChain |
A wire consists of 1..n invocation chains associated with the operations of its source service contract.
|
| TransactionDecorator |
Adds an transaction interceptor to the chain.
|
| TransformerInterceptorFactory |
Creates interceptors that transform input and output parameters from one format to another, e.g.
|
| Wire |
Wires connect references and services via a collection of invocation chains.
|
| Exception | Description |
|---|---|
| InvocationRuntimeException |
Denotes a runtime exception thrown during an invocation over a wire
|