org.pentaho.di.trans.steps.webservices
Class WebServiceData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by org.pentaho.di.trans.steps.webservices.WebServiceData
All Implemented Interfaces:
StepDataInterface

public class WebServiceData
extends BaseStepData
implements StepDataInterface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 List<Object[]> argumentRows
           
 Map<String,Integer> indexMap
           
 RowMetaInterface outputRowMeta
           
 String realUrl
           
 
Constructor Summary
WebServiceData()
           
 
Method Summary
 
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
 

Field Detail

realUrl

public String realUrl

outputRowMeta

public RowMetaInterface outputRowMeta

indexMap

public Map<String,Integer> indexMap

argumentRows

public List<Object[]> argumentRows
Constructor Detail

WebServiceData

public WebServiceData()