public class TestStepHistoryMessageExchange extends Object implements com.eviware.soapui.model.iface.MessageExchange, com.eviware.soapui.model.testsuite.TestStepResult
| Constructor and Description |
|---|
TestStepHistoryMessageExchange(com.smartbear.ready.db.model.TestStepRunHistoryEntry testStepRunHistoryEntry) |
| Modifier and Type | Method and Description |
|---|---|
void |
discard() |
com.eviware.soapui.support.action.swing.ActionList |
getActions() |
String |
getEndpoint() |
Throwable |
getError() |
String |
getFileName() |
com.eviware.soapui.impl.wsdl.teststeps.JMSTestStep |
getJmsTestStep() |
String[] |
getMessages() |
com.eviware.soapui.model.ModelItem |
getModelItem() |
com.eviware.soapui.model.iface.Operation |
getOperation() |
com.eviware.soapui.support.types.StringToStringMap |
getProperties() |
String |
getProperty(String name) |
byte[] |
getRawRequestData() |
byte[] |
getRawResponseData() |
com.eviware.soapui.model.iface.Attachment[] |
getRequestAttachments() |
com.eviware.soapui.model.iface.Attachment[] |
getRequestAttachmentsForPart(String partName) |
String |
getRequestContent() |
String |
getRequestContentAsXml() |
com.eviware.soapui.support.types.StringToStringsMap |
getRequestHeaders() |
com.eviware.soapui.model.iface.Response |
getResponse() |
com.eviware.soapui.model.iface.Attachment[] |
getResponseAttachments() |
com.eviware.soapui.model.iface.Attachment[] |
getResponseAttachmentsForPart(String partName) |
String |
getResponseContent() |
String |
getResponseContentAsXml() |
com.eviware.soapui.support.types.StringToStringsMap |
getResponseHeaders() |
long |
getSize() |
com.eviware.soapui.model.testsuite.TestStepResult.TestStepStatus |
getStatus() |
com.eviware.soapui.model.testsuite.TestStep |
getTestStep() |
long |
getTimestamp() |
long |
getTimeStamp() |
long |
getTimeTaken() |
boolean |
hasRawData() |
boolean |
hasRequest(boolean ignoreEmpty) |
boolean |
hasResponse() |
boolean |
isDiscarded() |
void |
setFileName(String fileName) |
void |
setModelItem(com.eviware.soapui.model.testsuite.TestStep modelItem) |
void |
writeTo(PrintWriter writer) |
void |
writeToBase(PrintWriter writer) |
public TestStepHistoryMessageExchange(com.smartbear.ready.db.model.TestStepRunHistoryEntry testStepRunHistoryEntry)
public long getTimestamp()
getTimestamp in interface com.eviware.soapui.model.iface.MessageContainerpublic long getTimeTaken()
getTimeTaken in interface com.eviware.soapui.model.iface.MessageContainergetTimeTaken in interface com.eviware.soapui.model.testsuite.TestStepResultpublic long getTimeStamp()
getTimeStamp in interface com.eviware.soapui.model.testsuite.TestStepResultpublic long getSize()
getSize in interface com.eviware.soapui.model.testsuite.TestStepResultpublic com.eviware.soapui.model.testsuite.TestStepResult.TestStepStatus getStatus()
getStatus in interface com.eviware.soapui.model.testsuite.TestStepResultpublic com.eviware.soapui.model.testsuite.TestStep getTestStep()
getTestStep in interface com.eviware.soapui.model.testsuite.TestStepResultpublic com.eviware.soapui.impl.wsdl.teststeps.JMSTestStep getJmsTestStep()
getJmsTestStep in interface com.eviware.soapui.model.testsuite.TestStepResultpublic String getFileName()
getFileName in interface com.eviware.soapui.model.testsuite.TestStepResultpublic void setFileName(String fileName)
setFileName in interface com.eviware.soapui.model.testsuite.TestStepResultpublic String[] getMessages()
getMessages in interface com.eviware.soapui.model.iface.MessageContainergetMessages in interface com.eviware.soapui.model.testsuite.TestStepResultpublic String getRequestContent()
getRequestContent in interface com.eviware.soapui.model.iface.MessageContainerpublic String getResponseContent()
getResponseContent in interface com.eviware.soapui.model.iface.MessageContainerpublic com.eviware.soapui.support.types.StringToStringsMap getRequestHeaders()
getRequestHeaders in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.support.types.StringToStringsMap getResponseHeaders()
getResponseHeaders in interface com.eviware.soapui.model.iface.MessageExchangepublic boolean hasRequest(boolean ignoreEmpty)
hasRequest in interface com.eviware.soapui.model.iface.MessageContainerhasRequest in interface com.eviware.soapui.model.iface.MessageExchangepublic boolean hasResponse()
hasResponse in interface com.eviware.soapui.model.iface.MessageExchangepublic void setModelItem(com.eviware.soapui.model.testsuite.TestStep modelItem)
public com.eviware.soapui.model.ModelItem getModelItem()
getModelItem in interface com.eviware.soapui.model.iface.MessageExchangegetModelItem in interface com.eviware.soapui.model.testsuite.ResultContainerpublic boolean isDiscarded()
isDiscarded in interface com.eviware.soapui.model.iface.MessageContainerisDiscarded in interface com.eviware.soapui.model.testsuite.TestStepResultpublic boolean hasRawData()
hasRawData in interface com.eviware.soapui.model.iface.MessageContainerpublic void writeTo(PrintWriter writer)
writeTo in interface com.eviware.soapui.model.testsuite.TestStepResultpublic void writeToBase(PrintWriter writer)
writeToBase in interface com.eviware.soapui.model.testsuite.TestStepResultpublic void discard()
discard in interface com.eviware.soapui.model.testsuite.TestStepResultpublic com.eviware.soapui.model.iface.Operation getOperation()
getOperation in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.support.action.swing.ActionList getActions()
getActions in interface com.eviware.soapui.model.testsuite.TestStepResultpublic Throwable getError()
getError in interface com.eviware.soapui.model.testsuite.TestStepResultpublic com.eviware.soapui.support.types.StringToStringMap getProperties()
getProperties in interface com.eviware.soapui.model.iface.MessageContainergetProperties in interface com.eviware.soapui.model.iface.MessageExchangepublic String getEndpoint()
getEndpoint in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.model.iface.Attachment[] getRequestAttachments()
getRequestAttachments in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.model.iface.Attachment[] getResponseAttachments()
getResponseAttachments in interface com.eviware.soapui.model.iface.MessageExchangepublic byte[] getRawRequestData()
getRawRequestData in interface com.eviware.soapui.model.iface.MessageExchangepublic byte[] getRawResponseData()
getRawResponseData in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.model.iface.Attachment[] getRequestAttachmentsForPart(String partName)
getRequestAttachmentsForPart in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.model.iface.Attachment[] getResponseAttachmentsForPart(String partName)
getResponseAttachmentsForPart in interface com.eviware.soapui.model.iface.MessageExchangepublic com.eviware.soapui.model.iface.Response getResponse()
getResponse in interface com.eviware.soapui.model.iface.MessageExchangepublic String getProperty(String name)
getProperty in interface com.eviware.soapui.model.iface.MessageContainergetProperty in interface com.eviware.soapui.model.iface.MessageExchangepublic String getResponseContentAsXml()
getResponseContentAsXml in interface com.eviware.soapui.model.iface.MessageExchangepublic String getRequestContentAsXml()
getRequestContentAsXml in interface com.eviware.soapui.model.iface.MessageExchangeCopyright © 2019. All rights reserved.