com.eviware.soapui.model.mock
Interface MockResponse
- All Superinterfaces:
- ModelItem, PropertyChangeNotifier, TestModelItem, TestPropertyHolder
- All Known Implementing Classes:
- WsdlMockResponse
public interface MockResponse
- extends TestModelItem
A MockResponse returned by a MockOperation
- Author:
- ole.matzura
Methods inherited from interface com.eviware.soapui.model.TestPropertyHolder |
addTestPropertyListener, getModelItem, getProperties, getPropertiesLabel, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValue |
RESPONSE_CONTENT_PROPERTY
static final java.lang.String RESPONSE_CONTENT_PROPERTY
ENCODING_PROPERTY
static final java.lang.String ENCODING_PROPERTY
MTOM_NABLED_PROPERTY
static final java.lang.String MTOM_NABLED_PROPERTY
getResponseContent
java.lang.String getResponseContent()
setResponseContent
void setResponseContent(java.lang.String responseContent)
getEncoding
java.lang.String getEncoding()
isMtomEnabled
boolean isMtomEnabled()
getAttachments
Attachment[] getAttachments()
getMockOperation
MockOperation getMockOperation()
getResponseHeaders
StringToStringMap getResponseHeaders()
getMockResult
MockResult getMockResult()
Copyright © 2005-2010 eviware.com. All Rights Reserved.