Apache Tuscany SCA Kernel Sub-Project

Uses of Package
org.apache.tuscany.spi.wire

Packages that use org.apache.tuscany.spi.wire
org.apache.tuscany.spi.builder   
org.apache.tuscany.spi.component   
org.apache.tuscany.spi.extension   
org.apache.tuscany.spi.policy   
org.apache.tuscany.spi.wire   
 

Classes in org.apache.tuscany.spi.wire used by org.apache.tuscany.spi.builder
InboundWire
          Implementations are responsible for managing the inbound side of a wire, including the invocation chains associated with each service operation.
OutboundWire
          Implementations are responsible for managing the reference side of a wire, including the invocation chains associated with each service operation.
 

Classes in org.apache.tuscany.spi.wire used by org.apache.tuscany.spi.component
InboundWire
          Implementations are responsible for managing the inbound side of a wire, including the invocation chains associated with each service operation.
OutboundWire
          Implementations are responsible for managing the reference side of a wire, including the invocation chains associated with each service operation.
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
 

Classes in org.apache.tuscany.spi.wire used by org.apache.tuscany.spi.extension
InboundWire
          Implementations are responsible for managing the inbound side of a wire, including the invocation chains associated with each service operation.
InvocationRuntimeException
          Denotes a runtime exception thrown during an invocation over a wire
Message
          Represents a request, response, or exception flowing through a wire
OutboundWire
          Implementations are responsible for managing the reference side of a wire, including the invocation chains associated with each service operation.
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
 

Classes in org.apache.tuscany.spi.wire used by org.apache.tuscany.spi.policy
InboundWire
          Implementations are responsible for managing the inbound side of a wire, including the invocation chains associated with each service operation.
OutboundWire
          Implementations are responsible for managing the reference side of a wire, including the invocation chains associated with each service operation.
 

Classes in org.apache.tuscany.spi.wire used by org.apache.tuscany.spi.wire
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.
IncompatibleServiceContractException
          Denotes imcompatible service contracts for a wire
Interceptor
          Synchronous, around-style mediation associated with a client- or target- side wire.
InvocationChain
          An inbound or outbound invocation pipeline for a service operation.
InvocationRuntimeException
          Denotes a runtime exception thrown during an invocation over a wire
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.
ProxyCreationException
          Denotes an error creating a proxy
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.
WireException
          Denotes a top-level exception dealing with a wire
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
 


Apache Tuscany SCA Kernel Sub-Project

-