Tuscany Core

org.apache.tuscany.core.wire
Interface TargetWireFactory<T>

All Superinterfaces:
WireFactory<T>
All Known Implementing Classes:
JDKTargetWireFactory

public interface TargetWireFactory<T>
extends WireFactory<T>

Implementations are responsible for managing the target side of a wire

Version:
$$Rev$$ $$Date$$

Method Summary
 WireTargetConfiguration getConfiguration()
          Returns the configuration information used to create the target-side of a wire, including invocation chains
 void setConfiguration(WireTargetConfiguration config)
          Sets the configuration information used to create the target-side of a wire, including invocation chains
 
Methods inherited from interface org.apache.tuscany.core.wire.WireFactory
addInterface, createProxy, getBusinessInterface, getImplementatedInterfaces, initialize, setBusinessInterface
 

Method Detail

getConfiguration

WireTargetConfiguration getConfiguration()
Returns the configuration information used to create the target-side of a wire, including invocation chains


setConfiguration

void setConfiguration(WireTargetConfiguration config)
Sets the configuration information used to create the target-side of a wire, including invocation chains


Tuscany Core

-