Generated: Sun Oct 7 15:19:11 BST 2007

org.embl.ebi.SoaplabServer.gowlab
Class RunPlugInXSLTImpl

java.lang.Object
  extended by org.embl.ebi.SoaplabServer.gowlab.RunPlugInBaseImpl
      extended by org.embl.ebi.SoaplabServer.gowlab.RunPlugInDefaultImpl
          extended by org.embl.ebi.SoaplabServer.gowlab.RunPlugInXSLTImpl
All Implemented Interfaces:
RunPlugIn

public class RunPlugInXSLTImpl
extends RunPlugInDefaultImpl

An extension of a default implementation of RunPlugIn interface that converts resonse data by an XSLT stylesheet.

Version:
$Id: RunPlugInXSLTImpl.java,v 1.1.1.1 2005/06/15 09:00:19 marsenger Exp $
Author:
Martin Senger

Field Summary
 
Fields inherited from interface org.embl.ebi.SoaplabServer.gowlab.RunPlugIn
DEBUG, METHOD_GET, METHOD_POST, PREFERRED_METHOD, RESULT_NAMES, SERVICE_NAME, XSLT_DIR, XSLT_FILE
 
Constructor Summary
RunPlugInXSLTImpl(java.lang.String xsltfile, java.lang.String xsltdir)
          Main constructor.
 
Method Summary
 
Methods inherited from class org.embl.ebi.SoaplabServer.gowlab.RunPlugInDefaultImpl
fetch
 
Methods inherited from class org.embl.ebi.SoaplabServer.gowlab.RunPlugInBaseImpl
query2data, removeHtml, setEventManager, setProperties, setResultManager
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunPlugInXSLTImpl

public RunPlugInXSLTImpl(java.lang.String xsltfile,
                         java.lang.String xsltdir)
                  throws SoaplabException
Main constructor.

Parameters:
xsltfile - a filename with an XSLT stylesheet; it can be fully qualified, or it can be in 'xsltdir' directory (if this directory is given), or it can be in any directory on the current CLASSPATH
xsltdir - a directory where to look for 'xsltfile'; it may be null
Throws:
SoaplabException

Generated: Sun Oct 7 15:19:11 BST 2007

Submit a bug or feature
Generated: Sun Oct 7 15:19:11 BST 2007