com.eviware.soapui.impl.wsdl.teststeps
Class TransferResponseValuesTestStep.ValueTransferResult

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResult
      extended by com.eviware.soapui.impl.wsdl.teststeps.TransferResponseValuesTestStep.ValueTransferResult
All Implemented Interfaces:
TestStepResult
Enclosing class:
TransferResponseValuesTestStep

public class TransferResponseValuesTestStep.ValueTransferResult
extends WsdlTestStepResult


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.eviware.soapui.model.testsuite.TestStepResult
TestStepResult.TestStepStatus
 
Constructor Summary
TransferResponseValuesTestStep.ValueTransferResult()
           
 
Method Summary
 void addTransferResult(PropertyTransfer transfer, java.lang.String[] values)
           
 void discard()
          Can discard any result data that may be taking up memory.
 com.eviware.soapui.config.ValueTransferConfig getTransferAt(int index)
           
 int getTransferCount()
           
 java.lang.String[] getTransferredValuesAt(int index)
           
 void writeTo(java.io.PrintWriter writer)
          Writes this result to the specified writer, used for logging.
 
Methods inherited from class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResult
addAction, addMessage, addMessages, getActions, getError, getMessages, getSize, getStatus, getTestStep, getTimeStamp, getTimeTaken, isDiscarded, setError, setSize, setStatus, setTimeStamp, setTimeTaken, startTimer, stopTimer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferResponseValuesTestStep.ValueTransferResult

public TransferResponseValuesTestStep.ValueTransferResult()
Method Detail

addTransferResult

public void addTransferResult(PropertyTransfer transfer,
                              java.lang.String[] values)

getTransferCount

public int getTransferCount()

getTransferAt

public com.eviware.soapui.config.ValueTransferConfig getTransferAt(int index)

getTransferredValuesAt

public java.lang.String[] getTransferredValuesAt(int index)

discard

public void discard()
Description copied from interface: TestStepResult
Can discard any result data that may be taking up memory. Timing-values must not be discarded.

Specified by:
discard in interface TestStepResult
Overrides:
discard in class WsdlTestStepResult

writeTo

public void writeTo(java.io.PrintWriter writer)
Description copied from interface: TestStepResult
Writes this result to the specified writer, used for logging.

Specified by:
writeTo in interface TestStepResult
Overrides:
writeTo in class WsdlTestStepResult


Copyright © 2005-2007 eviware.com. All Rights Reserved.