com.eviware.soapui.impl.rest.actions.resource
Class NewRestChildResourceAction
java.lang.Object
com.eviware.soapui.support.action.support.AbstractSoapUIAction<T>
com.eviware.soapui.impl.rest.actions.support.NewRestResourceActionBase<RestResource>
com.eviware.soapui.impl.rest.actions.resource.NewRestChildResourceAction
- All Implemented Interfaces:
- SoapUIAction<RestResource>, PropertyChangeNotifier
public class NewRestChildResourceAction
- extends NewRestResourceActionBase<RestResource>
Actions for importing an existing soapUI project file into the current
workspace
- Author:
- Ole.Matzura
Methods inherited from class com.eviware.soapui.support.action.support.AbstractSoapUIAction |
addPropertyChangeListener, addPropertyChangeListener, applies, getDescription, getId, getName, isDefault, isEnabled, removePropertyChangeListener, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPUI_ACTION_ID
public static final java.lang.String SOAPUI_ACTION_ID
- See Also:
- Constant Field Values
messages
public static final MessageSupport messages
NewRestChildResourceAction
public NewRestChildResourceAction()
createRestResource
protected RestResource createRestResource(RestResource parentResource,
java.lang.String path,
com.eviware.x.form.XFormDialog dialog)
- Specified by:
createRestResource
in class NewRestResourceActionBase<RestResource>
createRestMethod
protected RestMethod createRestMethod(RestResource resource,
com.eviware.x.form.XFormDialog dialog)
- Specified by:
createRestMethod
in class NewRestResourceActionBase<RestResource>
Copyright © 2005-2009 eviware.com. All Rights Reserved.