com.eviware.soapui.model.mock
Interface MockRunner
- All Known Implementing Classes:
- AbstractMockRunner, WsdlMockRunner
public interface MockRunner
Runner for a MockService
- Author:
- ole.matzura
stop
void stop()
getMockResultCount
int getMockResultCount()
getMockResultAt
MockResult getMockResultAt(int c)
getMockService
MockService getMockService()
dispatchRequest
MockResult dispatchRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws DispatchException
- Throws:
DispatchException
isRunning
boolean isRunning()
Copyright © 2005-2010 eviware.com. All Rights Reserved.