org.mule.module.scripting.component
Class GroovyRefreshableBeanBuilder

java.lang.Object
  extended by org.mule.module.scripting.component.GroovyRefreshableBeanBuilder
All Implemented Interfaces:
Callable, EventListener

public class GroovyRefreshableBeanBuilder
extends Object
implements Callable


Constructor Summary
GroovyRefreshableBeanBuilder()
           
 
Method Summary
 String getMethodName()
           
 Object getRefreshableBean()
           
 Object onCall(MuleEventContext eventContext)
           
 void setMethodName(String methodName)
           
 void setRefreshableBean(Object refreshableBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyRefreshableBeanBuilder

public GroovyRefreshableBeanBuilder()
Method Detail

onCall

public Object onCall(MuleEventContext eventContext)
              throws Exception
Specified by:
onCall in interface Callable
Throws:
Exception

getRefreshableBean

public Object getRefreshableBean()

setRefreshableBean

public void setRefreshableBean(Object refreshableBean)

getMethodName

public String getMethodName()

setMethodName

public void setMethodName(String methodName)


Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.