Tuscany Core

Uses of Interface
org.apache.tuscany.core.wire.WireFactory

Packages that use WireFactory
org.apache.tuscany.core.builder.impl   
org.apache.tuscany.core.system.config   
org.apache.tuscany.core.wire   
org.apache.tuscany.core.wire.impl   
org.apache.tuscany.core.wire.jdk   
 

Uses of WireFactory in org.apache.tuscany.core.builder.impl
 

Constructors in org.apache.tuscany.core.builder.impl with parameters of type WireFactory
ProxyObjectFactory(WireFactory factory)
           
 

Uses of WireFactory in org.apache.tuscany.core.system.config
 

Methods in org.apache.tuscany.core.system.config that return types with arguments of type WireFactory
 java.util.List<WireFactory> SystemObjectContextFactory.getSourceWireFactories()
           
 

Uses of WireFactory in org.apache.tuscany.core.wire
 

Subinterfaces of WireFactory in org.apache.tuscany.core.wire
 interface SourceWireFactory<T>
          Implementations are responsible for managing the source side of a wire.
 interface TargetWireFactory<T>
          Implementations are responsible for managing the target side of a wire
 

Uses of WireFactory in org.apache.tuscany.core.wire.impl
 

Classes in org.apache.tuscany.core.wire.impl that implement WireFactory
 class NullWireFactory
          Returns an actual implementation instance as opposed to a proxy.
 

Uses of WireFactory in org.apache.tuscany.core.wire.jdk
 

Classes in org.apache.tuscany.core.wire.jdk that implement WireFactory
 class JDKSourceWireFactory
          Creates proxies that are injected on references using JDK dynamic proxy facilities and front a wire.
 class JDKTargetWireFactory
          Creates proxies that are returned to non-SCA clients using JDK dynamic proxy facilities and front a wire.
 


Tuscany Core

-