org.milyn.javabean.decoders
Class MVELExpressionEvaluatorDecoder

java.lang.Object
  extended by org.milyn.javabean.decoders.MVELExpressionEvaluatorDecoder
All Implemented Interfaces:
ContentHandler, DataDecoder

@DecodeType(value=MVELExpressionEvaluator.class)
public class MVELExpressionEvaluatorDecoder
extends Object
implements DataDecoder

MVELExpressionEvaluator data decoder impl.

Author:
tom.fennelly@jboss.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.milyn.javabean.DataDecoder
DataDecoder.Factory
 
Constructor Summary
MVELExpressionEvaluatorDecoder()
           
 
Method Summary
 Object decode(String data)
          Decode the supplied String data into a new Object data instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVELExpressionEvaluatorDecoder

public MVELExpressionEvaluatorDecoder()
Method Detail

decode

public Object decode(String data)
              throws DataDecodeException
Description copied from interface: DataDecoder
Decode the supplied String data into a new Object data instance.

Specified by:
decode in interface DataDecoder
Parameters:
data - Data to be decoded.
Returns:
Decoded data Object.
Throws:
DataDecodeException - Error decoding data.


Copyright © 2008. All Rights Reserved.