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.MessageContainer
public long getTimeTaken()
getTimeTaken
in interface com.eviware.soapui.model.iface.MessageContainer
getTimeTaken
in interface com.eviware.soapui.model.testsuite.TestStepResult
public long getTimeStamp()
getTimeStamp
in interface com.eviware.soapui.model.testsuite.TestStepResult
public long getSize()
getSize
in interface com.eviware.soapui.model.testsuite.TestStepResult
public com.eviware.soapui.model.testsuite.TestStepResult.TestStepStatus getStatus()
getStatus
in interface com.eviware.soapui.model.testsuite.TestStepResult
public com.eviware.soapui.model.testsuite.TestStep getTestStep()
getTestStep
in interface com.eviware.soapui.model.testsuite.TestStepResult
public com.eviware.soapui.impl.wsdl.teststeps.JMSTestStep getJmsTestStep()
getJmsTestStep
in interface com.eviware.soapui.model.testsuite.TestStepResult
public String getFileName()
getFileName
in interface com.eviware.soapui.model.testsuite.TestStepResult
public void setFileName(String fileName)
setFileName
in interface com.eviware.soapui.model.testsuite.TestStepResult
public String[] getMessages()
getMessages
in interface com.eviware.soapui.model.iface.MessageContainer
getMessages
in interface com.eviware.soapui.model.testsuite.TestStepResult
public String getRequestContent()
getRequestContent
in interface com.eviware.soapui.model.iface.MessageContainer
public String getResponseContent()
getResponseContent
in interface com.eviware.soapui.model.iface.MessageContainer
public com.eviware.soapui.support.types.StringToStringsMap getRequestHeaders()
getRequestHeaders
in interface com.eviware.soapui.model.iface.MessageExchange
public com.eviware.soapui.support.types.StringToStringsMap getResponseHeaders()
getResponseHeaders
in interface com.eviware.soapui.model.iface.MessageExchange
public boolean hasRequest(boolean ignoreEmpty)
hasRequest
in interface com.eviware.soapui.model.iface.MessageContainer
hasRequest
in interface com.eviware.soapui.model.iface.MessageExchange
public boolean hasResponse()
hasResponse
in interface com.eviware.soapui.model.iface.MessageExchange
public void setModelItem(com.eviware.soapui.model.testsuite.TestStep modelItem)
public com.eviware.soapui.model.ModelItem getModelItem()
getModelItem
in interface com.eviware.soapui.model.iface.MessageExchange
getModelItem
in interface com.eviware.soapui.model.testsuite.ResultContainer
public boolean isDiscarded()
isDiscarded
in interface com.eviware.soapui.model.iface.MessageContainer
isDiscarded
in interface com.eviware.soapui.model.testsuite.TestStepResult
public boolean hasRawData()
hasRawData
in interface com.eviware.soapui.model.iface.MessageContainer
public void writeTo(PrintWriter writer)
writeTo
in interface com.eviware.soapui.model.testsuite.TestStepResult
public void writeToBase(PrintWriter writer)
writeToBase
in interface com.eviware.soapui.model.testsuite.TestStepResult
public void discard()
discard
in interface com.eviware.soapui.model.testsuite.TestStepResult
public com.eviware.soapui.model.iface.Operation getOperation()
getOperation
in interface com.eviware.soapui.model.iface.MessageExchange
public com.eviware.soapui.support.action.swing.ActionList getActions()
getActions
in interface com.eviware.soapui.model.testsuite.TestStepResult
public Throwable getError()
getError
in interface com.eviware.soapui.model.testsuite.TestStepResult
public com.eviware.soapui.support.types.StringToStringMap getProperties()
getProperties
in interface com.eviware.soapui.model.iface.MessageContainer
getProperties
in interface com.eviware.soapui.model.iface.MessageExchange
public String getEndpoint()
getEndpoint
in interface com.eviware.soapui.model.iface.MessageExchange
public com.eviware.soapui.model.iface.Attachment[] getRequestAttachments()
getRequestAttachments
in interface com.eviware.soapui.model.iface.MessageExchange
public com.eviware.soapui.model.iface.Attachment[] getResponseAttachments()
getResponseAttachments
in interface com.eviware.soapui.model.iface.MessageExchange
public byte[] getRawRequestData()
getRawRequestData
in interface com.eviware.soapui.model.iface.MessageExchange
public byte[] getRawResponseData()
getRawResponseData
in interface com.eviware.soapui.model.iface.MessageExchange
public com.eviware.soapui.model.iface.Attachment[] getRequestAttachmentsForPart(String partName)
getRequestAttachmentsForPart
in interface com.eviware.soapui.model.iface.MessageExchange
public com.eviware.soapui.model.iface.Attachment[] getResponseAttachmentsForPart(String partName)
getResponseAttachmentsForPart
in interface com.eviware.soapui.model.iface.MessageExchange
public com.eviware.soapui.model.iface.Response getResponse()
getResponse
in interface com.eviware.soapui.model.iface.MessageExchange
public String getProperty(String name)
getProperty
in interface com.eviware.soapui.model.iface.MessageContainer
getProperty
in interface com.eviware.soapui.model.iface.MessageExchange
public String getResponseContentAsXml()
getResponseContentAsXml
in interface com.eviware.soapui.model.iface.MessageExchange
public String getRequestContentAsXml()
getRequestContentAsXml
in interface com.eviware.soapui.model.iface.MessageExchange
Copyright © 2019. All rights reserved.