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

Field Summary
static java.lang.String ENCODING_PROPERTY
           
static java.lang.String MTOM_NABLED_PROPERTY
           
static java.lang.String RESPONSE_CONTENT_PROPERTY
           
 
Fields inherited from interface com.eviware.soapui.model.ModelItem
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
 
Method Summary
 Attachment[] getAttachments()
           
 java.lang.String getEncoding()
           
 MockOperation getMockOperation()
           
 MockResult getMockResult()
           
 java.lang.String getResponseContent()
           
 StringToStringMap getResponseHeaders()
           
 boolean isMtomEnabled()
           
 void setResponseContent(java.lang.String responseContent)
           
 
Methods inherited from interface com.eviware.soapui.model.ModelItem
getChildren, getDescription, getIcon, getId, getName, getParent, getSettings
 
Methods inherited from interface com.eviware.soapui.support.PropertyChangeNotifier
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from interface com.eviware.soapui.model.TestPropertyHolder
addTestPropertyListener, getModelItem, getProperties, getPropertiesLabel, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValue
 

Field Detail

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
Method Detail

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.