|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.core.wire.jdk.JDKWireFactoryFactory
public class JDKWireFactoryFactory
A system service that creates JDK dynamic proxy-based WireFactory
s
Constructor Summary | |
---|---|
JDKWireFactoryFactory()
|
Method Summary | |
---|---|
SourceWireFactory |
createSourceWireFactory()
Creates a source-side wire factory |
TargetWireFactory |
createTargetWireFactory()
Creates a target-side wire factory |
InvocationHandler |
getHandler(Object proxy)
Returns an wire handler fronting the wire chains used by the proxy. |
void |
init()
|
boolean |
isProxy(Object object)
Determines whether the given object is a proxy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDKWireFactoryFactory()
Method Detail |
---|
public void init()
public TargetWireFactory createTargetWireFactory()
WireFactoryFactory
createTargetWireFactory
in interface WireFactoryFactory
public SourceWireFactory createSourceWireFactory()
WireFactoryFactory
createSourceWireFactory
in interface WireFactoryFactory
public boolean isProxy(Object object)
WireFactoryFactory
isProxy
in interface WireFactoryFactory
public InvocationHandler getHandler(Object proxy)
WireFactoryFactory
getHandler
in interface WireFactoryFactory
|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |