|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.hessian.AbstractCauchoProxy
griffon.plugins.hessian.HessianProxy
class HessianProxy extends AbstractCauchoProxy
| Field Summary | |
|---|---|
private com.caucho.hessian.client.HessianProxyFactory |
hessianFactory
|
| Fields inherited from class AbstractCauchoProxy | |
|---|---|
| service, serviceClass, url |
| Constructor Summary | |
HessianProxy(String url, Class serviceClass)
|
|
HessianProxy(String url, String serviceClassName)
|
|
| Method Summary | |
|---|---|
def
|
getFactory()
|
| Methods inherited from class AbstractCauchoProxy | |
|---|---|
| getFactory, methodMissing |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private final com.caucho.hessian.client.HessianProxyFactory hessianFactory
| Constructor Detail |
|---|
HessianProxy(String url, Class serviceClass)
HessianProxy(String url, String serviceClassName)
| Method Detail |
|---|
def getFactory()
Groovy Documentation