Interface Summary |
InboundInvocationChain |
A set of interceptors and handlers (contained in request and response message channels) associated with the inbound
side of a wire for an operation. |
InboundWire |
Implementations are responsible for managing the inbound side of a wire, including the invocation chains associated
with each service operation. |
Interceptor |
Synchronous, around-style mediation associated with a client- or target- side wire. |
InvocationChain |
An inbound or outbound invocation pipeline for a service operation. |
Message |
Represents a request, response, or exception flowing through a wire |
OutboundInvocationChain |
Responsible for flowing a request to a target service and invoking an operation. |
OutboundWire |
Implementations are responsible for managing the reference side of a wire, including the invocation chains associated
with each service operation. |
RuntimeWire |
The base wire type used to connect references and services |
TargetInvoker |
Implementations are responsible for resolving a target and performing the actual invocation on it, for example, a
component implementation instance or a service client. |
WireInvocationHandler |
Implementations are responsible for dispatching an operation down an invocation chain |
WireService |
Creates proxies that implement Java interfaces and invocation handlers for fronting wires |