com.eviware.soapui.model.mock
Interface MockRunner
- All Known Implementing Classes:
- 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()
dispatchMockRequest
MockResult dispatchMockRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws DispatchException
- Throws:
DispatchException
dispatchWsdlRequest
void dispatchWsdlRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws DispatchException
- Throws:
DispatchException
Copyright © 2005-2008 eviware.com. All Rights Reserved.