|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connector
Implementations are responsible for bridging invocation chains as an assembly is converted to runtime artifacts
Method Summary | |
---|---|
void |
connect(InboundWire inbound,
OutboundWire outbound,
boolean optimizable)
Bridges the invocation chains associated with an inbound and outbound wire. |
void |
connect(SCAObject source)
Connects the given source's wires to corresponding wires to a target. |
Method Detail |
---|
void connect(SCAObject source)
source
- the source, i.e. a Service
, Component
, or Reference
void connect(InboundWire inbound, OutboundWire outbound, boolean optimizable) throws BuilderConfigException
inbound
- the wire to bridge fromoutbound
- the target wireoptimizable
- if the bridge may be optimized
BuilderConfigException
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |