Groovy Documentation

griffon.plugins.hessian
[Java] Class HessianContributionAdapter

java.lang.Object
  griffon.plugins.hessian.HessianContributionAdapter
All Implemented Interfaces:
HessianContributionHandler

public class HessianContributionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private HessianProvider provider

 
Constructor Summary
HessianContributionAdapter()

 
Method Summary
HessianProvider getHessianProvider()

void setHessianProvider(HessianProvider provider)

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
 

Field Detail

provider

private HessianProvider provider


 
Constructor Detail

HessianContributionAdapter

HessianContributionAdapter()


 
Method Detail

getHessianProvider

public HessianProvider getHessianProvider()


setHessianProvider

public void setHessianProvider(HessianProvider provider)


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