org.mule.module.xml.el
Class XMLExpressionLanguageExtension

java.lang.Object
  extended by org.mvel2.DataConversion
      extended by org.mule.el.mvel.DataConversion
          extended by org.mule.module.xml.el.XMLExpressionLanguageExtension
All Implemented Interfaces:
MuleContextAware, ExpressionLanguageExtension, Initialisable

public class XMLExpressionLanguageExtension
extends DataConversion
implements ExpressionLanguageExtension, MuleContextAware, Initialisable


Field Summary
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Constructor Summary
XMLExpressionLanguageExtension()
           
 
Method Summary
 void configureContext(ExpressionLanguageContext context)
           
 void initialise()
          Method used to perform any initialisation work.
 void setMuleContext(MuleContext context)
           
 
Methods inherited from class org.mule.el.mvel.DataConversion
handleTypeCoercion
 
Methods inherited from class org.mvel2.DataConversion
addConversionHandler, canConvert, convert, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLExpressionLanguageExtension

public XMLExpressionLanguageExtension()
Method Detail

initialise

public void initialise()
                throws InitialisationException
Description copied from interface: Initialisable
Method used to perform any initialisation work. If a fatal error occurs during initialisation an InitialisationException should be thrown, causing the Mule instance to shutdown. If the error is recoverable, say by retrying to connect, a RecoverableException should be thrown. There is no guarantee that by throwing a Recoverable exception that the Mule instance will not shut down.

Specified by:
initialise in interface Initialisable
Throws:
InitialisationException - if a fatal error occurs causing the Mule instance to shutdown
RecoverableException - if an error occurs that can be recovered from

configureContext

public void configureContext(ExpressionLanguageContext context)
Specified by:
configureContext in interface ExpressionLanguageExtension

setMuleContext

public void setMuleContext(MuleContext context)
Specified by:
setMuleContext in interface MuleContextAware


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