Groovy Documentation

griffon.plugins.hessian
[Groovy] Class HessianProxy

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

class HessianProxy
extends AbstractCauchoProxy

Authors:
Andres Almiray


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

hessianFactory

private final com.caucho.hessian.client.HessianProxyFactory hessianFactory


 
Constructor Detail

HessianProxy

HessianProxy(String url, Class serviceClass)


HessianProxy

HessianProxy(String url, String serviceClassName)


 
Method Detail

getFactory

def getFactory()


 

Groovy Documentation