com.eviware.soapui.impl.wsdl.mock.dispatch
Class AbstractMockOperationDispatcher
java.lang.Object
com.eviware.soapui.impl.wsdl.mock.dispatch.AbstractMockOperationDispatcher
- All Implemented Interfaces:
- MockOperationDispatcher, PropertyChangeNotifier
- Direct Known Subclasses:
- QueryMatchMockOperationDispatcher, RandomMockOperationDispatcher, ScriptMockOperationDispatcher, SequenceMockOperationDispatcher, XPathMockOperationDispatcher
public abstract class AbstractMockOperationDispatcher
- extends java.lang.Object
- implements PropertyChangeNotifier, MockOperationDispatcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMockOperationDispatcher
protected AbstractMockOperationDispatcher(WsdlMockOperation mockOperation)
buildEditorComponent
public javax.swing.JComponent buildEditorComponent()
- Specified by:
buildEditorComponent
in interface MockOperationDispatcher
release
public void release()
- Specified by:
release
in interface MockOperationDispatcher
getConfig
public org.apache.xmlbeans.XmlObject getConfig()
saveConfig
protected void saveConfig(org.apache.xmlbeans.XmlObject xmlObject)
getMockOperation
public WsdlMockOperation getMockOperation()
addPropertyChangeListener
public void addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener
in interface PropertyChangeNotifier
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener
in interface PropertyChangeNotifier
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener
in interface PropertyChangeNotifier
removePropertyChangeListener
public void removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener
in interface PropertyChangeNotifier
getPropertyChangeSupport
protected java.beans.PropertyChangeSupport getPropertyChangeSupport()
Copyright © 2005-2009 eviware.com. All Rights Reserved.