Groovy Documentation

griffon.plugins.hessian
[Java] Class AbstractHessianProvider

java.lang.Object
  griffon.plugins.hessian.AbstractHessianProvider
All Implemented Interfaces:
HessianProvider

public abstract class AbstractHessianProvider
extends Object

Authors:
Andres Almiray


Constructor Summary
AbstractHessianProvider()

 
Method Summary
protected BurlapProxy getBurlapProxy(Map params)

protected HessianProxy getHessianProxy(Map params)

R withBurlap(Map params, Closure closure)

R withBurlap(Map params, CallableWithArgs callable)

R withHessian(Map params, Closure closure)

R withHessian(Map params, CallableWithArgs callable)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

AbstractHessianProvider

AbstractHessianProvider()


 
Method Detail

getBurlapProxy

protected BurlapProxy getBurlapProxy(Map params)


getHessianProxy

protected HessianProxy getHessianProxy(Map params)


withBurlap

public R withBurlap(Map params, Closure closure)


withBurlap

public R withBurlap(Map params, CallableWithArgs callable)


withHessian

public R withHessian(Map params, Closure closure)


withHessian

public R withHessian(Map params, CallableWithArgs callable)


 

Groovy Documentation