Apache Tuscany SCA Kernel Sub-Project

Uses of Class
org.apache.tuscany.spi.wire.ProxyCreationException

Packages that use ProxyCreationException
org.apache.tuscany.spi.wire   
 

Uses of ProxyCreationException in org.apache.tuscany.spi.wire
 

Methods in org.apache.tuscany.spi.wire that throw ProxyCreationException
 Object WireService.createCallbackProxy(ServiceContract<?> contract, InboundWire wire)
          Creates a Java proxy for the service contract callback
 Object WireService.createProxy(RuntimeWire wire)
          Creates a Java proxy for the given wire
 


Apache Tuscany SCA Kernel Sub-Project

-