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

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

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

Methods in org.apache.tuscany.sca.runtime that return types with arguments of type RuntimeWireProcessor
 java.util.List<RuntimeWireProcessor> RuntimeWireProcessorExtensionPoint.getWireProcessors()
          Returns a list of registered wire-processors.
 java.util.List<RuntimeWireProcessor> DefaultWireProcessorExtensionPoint.getWireProcessors()
          Returns a list of registered wire-processors.
 

Methods in org.apache.tuscany.sca.runtime with parameters of type RuntimeWireProcessor
 void RuntimeWireProcessorExtensionPoint.addWireProcessor(RuntimeWireProcessor processor)
          Registers a wire-processor in the runtime
 void DefaultWireProcessorExtensionPoint.addWireProcessor(RuntimeWireProcessor processor)
          Registers a wire-processor in the runtime
 void RuntimeWireProcessorExtensionPoint.removeWireProcessor(RuntimeWireProcessor processor)
          De-registers a wire-processor in the runtime
 void DefaultWireProcessorExtensionPoint.removeWireProcessor(RuntimeWireProcessor processor)
          De-registers a wire-processor in the runtime