com.ebmwebsourcing.easybpel.model.bpel.impl.expression.function
Class NumberFunctionImpl

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.model.bpel.api.expression.function.AbstractXPathFunction<java.lang.Integer>
      extended by com.ebmwebsourcing.easybpel.model.bpel.impl.expression.function.NumberFunctionImpl
All Implemented Interfaces:
Function<java.lang.Integer>, NumberFunction

public class NumberFunctionImpl
extends AbstractXPathFunction<java.lang.Integer>
implements NumberFunction

Author:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
NumberFunctionImpl(java.lang.String ns, org.jdom.Element val)
           
 
Method Summary
 java.lang.Integer process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberFunctionImpl

public NumberFunctionImpl(java.lang.String ns,
                          org.jdom.Element val)
                   throws BPELException
Throws:
BPELException
Method Detail

process

public java.lang.Integer process()
                          throws BPELException
Specified by:
process in interface Function<java.lang.Integer>
Throws:
BPELException


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.