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, 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  NestedRouterCollection nestedRouter
           
 
Fields inherited from class org.mule.component.AbstractComponent
disposed, disposing, initialised, logger, 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  MuleMessage doOnCall(MuleEvent event)
           
 NestedRouterCollection getNestedRouter()
           
 Scriptable getScript()
           
 void setNestedRouter(NestedRouterCollection nestedRouter)
           
 void setScript(Scriptable script)
           
 
Methods inherited from class org.mule.component.AbstractComponent
checkDisposed, dispose, doDispose, doStart, doStop, fireComponentNotification, getService, getStatistics, initialise, onCall, release, setService, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nestedRouter

protected NestedRouterCollection nestedRouter
Constructor Detail

ScriptComponent

public ScriptComponent()
Method Detail

doInitialise

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

doOnCall

protected MuleMessage doOnCall(MuleEvent event)
                        throws Exception
Specified by:
doOnCall in class AbstractComponent
Throws:
Exception

getScript

public Scriptable getScript()

setScript

public void setScript(Scriptable script)

getNestedRouter

public NestedRouterCollection getNestedRouter()

setNestedRouter

public void setNestedRouter(NestedRouterCollection nestedRouter)

configureComponentBindings

protected void configureComponentBindings()
                                   throws MuleException
Throws:
MuleException


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