|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.hessian.AbstractCauchoProxy
griffon.plugins.hessian.BurlapProxy
class BurlapProxy extends AbstractCauchoProxy
| Field Summary | |
|---|---|
private com.caucho.burlap.client.BurlapProxyFactory |
burlapFactory
|
| Fields inherited from class AbstractCauchoProxy | |
|---|---|
| service, serviceClass, url |
| Constructor Summary | |
BurlapProxy(String url, Class serviceClass)
|
|
BurlapProxy(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.burlap.client.BurlapProxyFactory burlapFactory
| Constructor Detail |
|---|
BurlapProxy(String url, Class serviceClass)
BurlapProxy(String url, String serviceClassName)
| Method Detail |
|---|
def getFactory()
Groovy Documentation