Groovy Documentation

griffon.plugins.hessian
[Groovy] Class BurlapProxy

java.lang.Object
  griffon.plugins.hessian.AbstractCauchoProxy
      griffon.plugins.hessian.BurlapProxy

class BurlapProxy
extends AbstractCauchoProxy

Authors:
Andres Almiray


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

burlapFactory

private final com.caucho.burlap.client.BurlapProxyFactory burlapFactory


 
Constructor Detail

BurlapProxy

BurlapProxy(String url, Class serviceClass)


BurlapProxy

BurlapProxy(String url, String serviceClassName)


 
Method Detail

getFactory

def getFactory()


 

Groovy Documentation