Tuscany Core

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

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

public interface SourceWireFactory<T>
extends WireFactory<T>

Implementations are responsible for managing the source side of a wire.

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

Method Summary
 WireSourceConfiguration getConfiguration()
          Returns the configuration information used to create the source-side of a wire, including invocation chains
 void setConfiguration(WireSourceConfiguration config)
          Sets the configuration information used to create the source-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

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


setConfiguration

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


Tuscany Core

-