net.bpelunit.framework.control.datasource.html
Class HtmlDataSource

java.lang.Object
  extended by net.bpelunit.framework.control.datasource.html.HtmlDataSource
All Implemented Interfaces:
IDataSource

public class HtmlDataSource
extends java.lang.Object
implements IDataSource

Author:
Daniel Luebke

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.bpelunit.framework.control.ext.IDataSource
IDataSource.ConfigurationOption, IDataSource.DataSource
 
Constructor Summary
HtmlDataSource()
           
 
Method Summary
 void close()
           
 java.lang.String[] getFieldNames()
           
 int getNumberOfRows()
           
 java.lang.Object getValueFor(java.lang.String fieldName)
           
 void loadFromStream(java.io.InputStream is)
           
 void setRow(int index)
           
 void setTable(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlDataSource

public HtmlDataSource()
Method Detail

close

public void close()
Specified by:
close in interface IDataSource

getFieldNames

public java.lang.String[] getFieldNames()
Specified by:
getFieldNames in interface IDataSource

getNumberOfRows

public int getNumberOfRows()
Specified by:
getNumberOfRows in interface IDataSource

getValueFor

public java.lang.Object getValueFor(java.lang.String fieldName)
Specified by:
getValueFor in interface IDataSource

loadFromStream

public void loadFromStream(java.io.InputStream is)
                    throws DataSourceException
Specified by:
loadFromStream in interface IDataSource
Throws:
DataSourceException

setRow

public void setRow(int index)
            throws DataSourceException
Specified by:
setRow in interface IDataSource
Throws:
DataSourceException

setTable

public void setTable(java.lang.String value)


Copyright © 2010 Leibniz Universität Hannover. All Rights Reserved.