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

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

public class ContainsFunctionImpl
extends AbstractXPathFunction<java.lang.Boolean>
implements ContainsFunction

Author:
Julien Lesbegueries - eBM WebSourcing

Constructor Summary
ContainsFunctionImpl(java.lang.String ns, java.lang.String container, java.lang.String contained)
           
 
Method Summary
 java.lang.Boolean process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainsFunctionImpl

public ContainsFunctionImpl(java.lang.String ns,
                            java.lang.String container,
                            java.lang.String contained)
                     throws BPELException
Throws:
BPELException
Method Detail

process

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


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