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, java.util.Map<java.lang.reflect.Method,SourceInvocationConfiguration> invocationConfigs, java.lang.ClassLoader proxyClassLoader, MessageFactory messageFactory)
          Creates the source side of a wire where the reference is "anonymous", i.e.
WireSourceConfiguration(java.lang.String referenceName, QualifiedName targetName, java.util.Map<java.lang.reflect.Method,SourceInvocationConfiguration> invocationConfigs, java.lang.ClassLoader proxyClassLoader, MessageFactory messageFactory)
          Creates the source side of a wire
 


Tuscany Core

-