|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.hivemind.impl.ProxyBuilder
Class used to assist service extension points in creating proxies.
Constructor Summary | |
ProxyBuilder(java.lang.String type,
ServicePoint point)
Constructs a new builder. |
Method Summary | |
void |
addServiceMethods(java.lang.String indirection)
Creates the service methods for the class. |
ClassFab |
getClassFab()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProxyBuilder(java.lang.String type, ServicePoint point)
toString()
method.
The service extension point is used to identify the service interface
and service id.
Method Detail |
public ClassFab getClassFab()
public void addServiceMethods(java.lang.String indirection)
indirection
- the name of a variable, or a method invocation snippet,
used to redirect the invocation on the proxy to the actual service implementation.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |