com.eviware.soapui.model.mock
Interface MockRunContext
- All Known Implementing Classes:
- WsdlMockRunContext
public interface MockRunContext
Context available for the duration of a MockServices execution
- Author:
- ole.matzura
getMockService
MockService getMockService()
getProperty
java.lang.Object getProperty(java.lang.String name)
setProperty
void setProperty(java.lang.String name,
java.lang.Object value)
hasProperty
boolean hasProperty(java.lang.String name)
removeProperty
java.lang.Object removeProperty(java.lang.String name)
Copyright © 2005-2007 eviware.com. All Rights Reserved.