|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WireFactoryFactory
Implementations provide a runtime system service that creates WireFactory
s
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. |
boolean |
isProxy(Object object)
Determines whether the given object is a proxy |
Method Detail |
---|
TargetWireFactory createTargetWireFactory()
SourceWireFactory createSourceWireFactory()
boolean isProxy(Object object)
InvocationHandler getHandler(Object proxy) throws IllegalArgumentException
IllegalArgumentException
- if the class is not a proxy
|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |