Tuscany Core

Uses of Class
org.apache.tuscany.core.wire.SourceInvocationConfiguration

Packages that use SourceInvocationConfiguration
org.apache.tuscany.core.wire   
 

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

Constructor parameters in org.apache.tuscany.core.wire with type arguments of type SourceInvocationConfiguration
WireSourceConfiguration(QualifiedName targetName, Map<Method,SourceInvocationConfiguration> invocationConfigs, ClassLoader proxyClassLoader, MessageFactory messageFactory)
          Creates the source side of a wire where the reference is "anonymous", i.e.
WireSourceConfiguration(String referenceName, QualifiedName targetName, Map<Method,SourceInvocationConfiguration> invocationConfigs, ClassLoader proxyClassLoader, MessageFactory messageFactory)
          Creates the source side of a wire
 


Tuscany Core

-