com.eviware.soapui.impl.wsdl.mock.dispatch
Class QueryMatchMockOperationDispatcher
java.lang.Object
com.eviware.soapui.impl.wsdl.mock.dispatch.AbstractMockOperationDispatcher
com.eviware.soapui.impl.wsdl.mock.dispatch.QueryMatchMockOperationDispatcher
- All Implemented Interfaces:
- MockOperationDispatcher, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener
public class QueryMatchMockOperationDispatcher
- extends AbstractMockOperationDispatcher
- implements java.beans.PropertyChangeListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryMatchMockOperationDispatcher
public QueryMatchMockOperationDispatcher(WsdlMockOperation mockOperation)
release
public void release()
- Specified by:
release in interface MockOperationDispatcher- Overrides:
release in class AbstractMockOperationDispatcher
getEditorComponent
public javax.swing.JComponent getEditorComponent()
- Specified by:
getEditorComponent in interface MockOperationDispatcher- Overrides:
getEditorComponent in class AbstractMockOperationDispatcher
buildQueryListComponent
protected java.awt.Component buildQueryListComponent()
setEnabled
protected void setEnabled()
buildQueryDetailComponent
protected java.awt.Component buildQueryDetailComponent()
buildQueryToolbar
protected JXToolBar buildQueryToolbar()
addlQueryToolbarActions
protected void addlQueryToolbarActions(JXToolBar toolBar)
selectMockResponse
public WsdlMockResponse selectMockResponse(WsdlMockRequest request,
WsdlMockResult result)
throws DispatchException
- Specified by:
selectMockResponse in interface MockOperationDispatcher
- Throws:
DispatchException
addQuery
public QueryMatchMockOperationDispatcher.Query addQuery(java.lang.String name)
deleteQuery
public void deleteQuery(QueryMatchMockOperationDispatcher.Query query)
getQueries
public QueryMatchMockOperationDispatcher.Query[] getQueries()
getQueryCount
public int getQueryCount()
getQueryAt
public QueryMatchMockOperationDispatcher.Query getQueryAt(int index)
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Specified by:
propertyChange in interface java.beans.PropertyChangeListener
getSelectedQuery
protected QueryMatchMockOperationDispatcher.Query getSelectedQuery()
Copyright © 2005-2009 eviware.com. All Rights Reserved.