com.ebmwebsourcing.easybpel.xpath.exp.impl.function
Class ContainsFunctionImpl

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

public class ContainsFunctionImpl
extends com.ebmwebsourcing.easybpel.xpath.exp.api.function.AbstractXPathFunction<java.lang.Boolean>
implements com.ebmwebsourcing.easybpel.xpath.exp.api.function.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 com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Method Detail

process

public java.lang.Boolean process()
                          throws com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Specified by:
process in interface com.ebmwebsourcing.easybpel.xpath.exp.api.function.Function<java.lang.Boolean>
Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException


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