com.eviware.soapui.model.support
Class MockRunListenerAdapter
java.lang.Object
com.eviware.soapui.model.support.MockRunListenerAdapter
- All Implemented Interfaces:
- MockRunListener
- Direct Known Subclasses:
- SoapUIMockServiceRunner.LogListener, WsdlMockResponseTestStep.InternalMockRunListener
public class MockRunListenerAdapter
- extends java.lang.Object
- implements MockRunListener
Adapter for MockRunListeners
- Author:
- ole.matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockRunListenerAdapter
public MockRunListenerAdapter()
onMockRunnerStart
public void onMockRunnerStart(MockRunner mockRunner)
- Specified by:
onMockRunnerStart
in interface MockRunListener
onMockRunnerStop
public void onMockRunnerStop(MockRunner mockRunner)
- Specified by:
onMockRunnerStop
in interface MockRunListener
onMockResult
public void onMockResult(MockResult result)
- Specified by:
onMockResult
in interface MockRunListener
onMockRequest
public MockResult onMockRequest(MockRunner runner,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Description copied from interface:
MockRunListener
- Called before dispatching a request. If a MockResult is returned, further dispatching is aborted and the
returned result is used.
- Specified by:
onMockRequest
in interface MockRunListener
- Returns:
- an optional MockResult, null if dispatching should move on as usual
Copyright © 2005-2008 eviware.com. All Rights Reserved.