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

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.model.bpel.api.expression.function.AbstractBPELFunction<org.jdom.Element>
      extended by com.ebmwebsourcing.easybpel.model.bpel.impl.expression.function.DoXslTransformFunctionImpl
All Implemented Interfaces:
DoXslTransformFunction, Function<org.jdom.Element>

public class DoXslTransformFunctionImpl
extends AbstractBPELFunction<org.jdom.Element>
implements DoXslTransformFunction

Author:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
DoXslTransformFunctionImpl(java.lang.String ns, java.net.URL fileName, org.jdom.Element nodeset, java.util.List<XSLParam> xslParams)
           
 
Method Summary
 org.jdom.Element process()
           
static org.w3c.dom.Document process(java.net.URL xslStyleSheet, org.w3c.dom.Document nodeset, java.util.List<XSLParam> xslParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoXslTransformFunctionImpl

public DoXslTransformFunctionImpl(java.lang.String ns,
                                  java.net.URL fileName,
                                  org.jdom.Element nodeset,
                                  java.util.List<XSLParam> xslParams)
                           throws BPELException
Throws:
BPELException
Method Detail

process

public org.jdom.Element process()
                         throws BPELException
Specified by:
process in interface Function<org.jdom.Element>
Throws:
BPELException

process

public static org.w3c.dom.Document process(java.net.URL xslStyleSheet,
                                           org.w3c.dom.Document nodeset,
                                           java.util.List<XSLParam> xslParams)
                                    throws BPELException
Throws:
BPELException


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