Uses of Interface
org.apache.tuscany.sca.runtime.RuntimeWire

Packages that use RuntimeWire
org.apache.tuscany.sca.runtime   
 

Uses of RuntimeWire in org.apache.tuscany.sca.runtime
 

Methods in org.apache.tuscany.sca.runtime that return RuntimeWire
 RuntimeWire RuntimeComponentService.getRuntimeWire(Binding binding)
          Get the runtime wire for the given binding
 RuntimeWire RuntimeComponentReference.getRuntimeWire(Binding binding)
          Get the runtime wire for the given binding
 

Methods in org.apache.tuscany.sca.runtime that return types with arguments of type RuntimeWire
 java.util.List<RuntimeWire> RuntimeComponentService.getCallbackWires()
          Get the callback wires assoicated with this service
 java.util.List<RuntimeWire> RuntimeComponentService.getRuntimeWires()
          Get a list of runtime wires to the service
 java.util.List<RuntimeWire> RuntimeComponentReference.getRuntimeWires()
          Get a list of runtime wires to the reference
 

Methods in org.apache.tuscany.sca.runtime with parameters of type RuntimeWire
 void RuntimeWireProcessor.process(RuntimeWire wire)
          Process the runtime wire to add interceptors