com.eviware.soapui.impl.rest.actions.support
Class NewRestResourceActionBase<T extends ModelItem>

java.lang.Object
  extended by com.eviware.soapui.support.action.support.AbstractSoapUIAction<T>
      extended by com.eviware.soapui.impl.rest.actions.support.NewRestResourceActionBase<T>
All Implemented Interfaces:
SoapUIAction<T>, PropertyChangeNotifier
Direct Known Subclasses:
NewRestChildResourceAction, NewRestResourceAction

public abstract class NewRestResourceActionBase<T extends ModelItem>
extends AbstractSoapUIAction<T>

Actions for importing an existing soapUI project file into the current workspace

Author:
Ole.Matzura

Nested Class Summary
static interface NewRestResourceActionBase.Form
           
static class NewRestResourceActionBase.InternalRestParamsTable
           
static class NewRestResourceActionBase.ParamLocation
           
 
Field Summary
static MessageSupport messages
           
 
Fields inherited from interface com.eviware.soapui.support.action.SoapUIAction
ENABLED_PROPERTY
 
Constructor Summary
NewRestResourceActionBase(java.lang.String title, java.lang.String description)
           
 
Method Summary
protected  void createRequest(RestMethod method)
           
protected abstract  RestMethod createRestMethod(RestResource resource, com.eviware.x.form.XFormDialog dialog)
           
protected abstract  RestResource createRestResource(T service, java.lang.String path, com.eviware.x.form.XFormDialog dialog)
           
 void perform(T service, java.lang.Object param)
           
 
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
 

Field Detail

messages

public static final MessageSupport messages
Constructor Detail

NewRestResourceActionBase

public NewRestResourceActionBase(java.lang.String title,
                                 java.lang.String description)
Method Detail

perform

public void perform(T service,
                    java.lang.Object param)

createRestResource

protected abstract RestResource createRestResource(T service,
                                                   java.lang.String path,
                                                   com.eviware.x.form.XFormDialog dialog)

createRestMethod

protected abstract RestMethod createRestMethod(RestResource resource,
                                               com.eviware.x.form.XFormDialog dialog)

createRequest

protected void createRequest(RestMethod method)


Copyright © 2005-2009 eviware.com. All Rights Reserved.