org.mule.module.scripting.component
Class ScriptComponent

java.lang.Object
  extended by org.mule.component.AbstractComponent
      extended by org.mule.module.scripting.component.ScriptComponent
All Implemented Interfaces:
Component, MuleContextAware, Interceptor, Disposable, Initialisable, Lifecycle, Startable, Stoppable

public class ScriptComponent
extends AbstractComponent

A Script service backed by a JSR-223 compliant script engine such as Groovy, JavaScript, or Rhino.


Field Summary
protected  BindingCollection bindingCollection
           
 
Fields inherited from class org.mule.component.AbstractComponent
disposed, disposing, initialised, interceptors, logger, muleContext, notificationHandler, service, started, statistics, stopping
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Constructor Summary
ScriptComponent()
           
 
Method Summary
protected  void configureComponentBindings()
           
protected  void doInitialise()
           
protected  Object doInvoke(MuleEvent event)
           
 BindingCollection getBindingCollection()
           
 Scriptable getScript()
           
 void setBindingCollection(BindingCollection bindingCollection)
           
 void setScript(Scriptable script)
           
 
Methods inherited from class org.mule.component.AbstractComponent
checkDisposed, createResultMessage, dispose, doDispose, doStart, doStop, fireComponentNotification, getInterceptors, getService, getStatistics, initialise, intercept, invoke, release, setInterceptors, setMuleContext, setService, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bindingCollection

protected BindingCollection bindingCollection
Constructor Detail

ScriptComponent

public ScriptComponent()
Method Detail

doInitialise

protected void doInitialise()
                     throws InitialisationException
Overrides:
doInitialise in class AbstractComponent
Throws:
InitialisationException

doInvoke

protected Object doInvoke(MuleEvent event)
                   throws Exception
Specified by:
doInvoke in class AbstractComponent
Throws:
Exception

getScript

public Scriptable getScript()

setScript

public void setScript(Scriptable script)

getBindingCollection

public BindingCollection getBindingCollection()

setBindingCollection

public void setBindingCollection(BindingCollection bindingCollection)

configureComponentBindings

protected void configureComponentBindings()
                                   throws MuleException
Throws:
MuleException


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.