com.eviware.soapui.model.mock
Interface MockOperation

All Superinterfaces:
ModelItem, PropertyChangeNotifier
All Known Implementing Classes:
WsdlMockOperation

public interface MockOperation
extends ModelItem

A MockOperation for mocking an Interfaces Operation and returning a MockResponse

Author:
ole.matzura

Field Summary
 
Fields inherited from interface com.eviware.soapui.model.ModelItem
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
 
Method Summary
 MockResult getLastMockResult()
           
 MockResponse getMockResponseAt(int index)
           
 MockResponse getMockResponseByName(java.lang.String name)
           
 int getMockResponseCount()
           
 java.util.List<MockResponse> getMockResponses()
           
 MockService getMockService()
           
 Operation getOperation()
           
 
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
 

Method Detail

getMockService

MockService getMockService()

getMockResponseCount

int getMockResponseCount()

getMockResponseAt

MockResponse getMockResponseAt(int index)

getMockResponseByName

MockResponse getMockResponseByName(java.lang.String name)

getOperation

Operation getOperation()

getLastMockResult

MockResult getLastMockResult()

getMockResponses

java.util.List<MockResponse> getMockResponses()


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