org.apache.tuscany.core.wire
Class WireTargetConfiguration
java.lang.Object
org.apache.tuscany.core.wire.WireConfiguration<TargetInvocationConfiguration>
org.apache.tuscany.core.wire.WireTargetConfiguration
public class WireTargetConfiguration
- extends WireConfiguration<TargetInvocationConfiguration>
Contains configuration for the target side of a wire
- Version:
- $$Rev$$ $$Date$$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WireTargetConfiguration
public WireTargetConfiguration(QualifiedName targetName,
Map<Method,TargetInvocationConfiguration> invocationConfigs,
ClassLoader proxyClassLoader,
MessageFactory messageFactory)
- Creates the source side of a wire
- Parameters:
targetName
- the qualified name of the target service specified by the wireinvocationConfigs
- a collection of target service operation-to-invocation chain mappingsproxyClassLoader
- the classloader to use when creating a proxymessageFactory
- the factory used to create wire messages
-