| Constructors in org.fabric3.implementation.proxy.jdk that throw NoMethodForOperationException |
JDKInvocationHandler(Class<B> interfaze,
org.fabric3.spi.model.physical.InteractionType type,
String callbackUri,
Map<Method,org.fabric3.spi.wire.InvocationChain> mapping,
org.fabric3.spi.component.ScopeContainer scopeContainer)
Creates a wire proxy. |
JDKInvocationHandler(Class<B> interfaze,
String callbackUri,
Map<Method,org.fabric3.spi.wire.InvocationChain> mapping)
Creates a stateless wire proxy |
WireObjectFactory(Class<T> interfaze,
org.fabric3.spi.model.physical.InteractionType type,
String callbackUri,
org.fabric3.implementation.pojo.builder.ProxyService proxyService,
Map<Method,org.fabric3.spi.wire.InvocationChain> mappings)
Constructor. |