Tuscany Assembly Model

org.apache.tuscany.model.assembly
Interface ProxyFactoryHolder

All Known Subinterfaces:
ConfiguredPort<P>, ConfiguredReference, ConfiguredService
All Known Implementing Classes:
ConfiguredPortImpl, ConfiguredReferenceImpl, ConfiguredServiceImpl

public interface ProxyFactoryHolder

A model object that can hold a runtime proxy factory object.


Method Summary
 java.lang.Object getProxyFactory()
          Returns the proxy factory
 void setProxyFactory(java.lang.Object proxyFactory)
          Sets the proxy factory
 

Method Detail

setProxyFactory

void setProxyFactory(java.lang.Object proxyFactory)
Sets the proxy factory


getProxyFactory

java.lang.Object getProxyFactory()
Returns the proxy factory


Tuscany Assembly Model

-