Uses of Interface
com.eviware.soapui.support.action.SoapUIAction

Packages that use SoapUIAction
com.eviware.soapui.actions Core soapui actions 
com.eviware.soapui.impl.actions Actions for default implementations of core interfaces 
com.eviware.soapui.impl.wsdl.actions.iface WsdlInterface related actions 
com.eviware.soapui.impl.wsdl.actions.iface.tools.axis1 Axis 1.X related actions 
com.eviware.soapui.impl.wsdl.actions.iface.tools.axis2 Axis 2.X related actions 
com.eviware.soapui.impl.wsdl.actions.iface.tools.cxf   
com.eviware.soapui.impl.wsdl.actions.iface.tools.dotnet .NET related actions 
com.eviware.soapui.impl.wsdl.actions.iface.tools.gsoap GSoap related actions 
com.eviware.soapui.impl.wsdl.actions.iface.tools.jaxb JAXB related actions 
com.eviware.soapui.impl.wsdl.actions.iface.tools.jbossws JBossWS related actions 
com.eviware.soapui.impl.wsdl.actions.iface.tools.oracle Oracle WSA related actions 
com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui   
com.eviware.soapui.impl.wsdl.actions.iface.tools.support Tool-related utilities 
com.eviware.soapui.impl.wsdl.actions.iface.tools.tcpmon Apache TCP-Mon related actions 
com.eviware.soapui.impl.wsdl.actions.iface.tools.wscompile JAX-RPC related actions 
com.eviware.soapui.impl.wsdl.actions.iface.tools.wsi Oracle WSA related actions 
com.eviware.soapui.impl.wsdl.actions.iface.tools.wsimport JAX-WS related actions 
com.eviware.soapui.impl.wsdl.actions.iface.tools.xfire XFire 1.X related actions 
com.eviware.soapui.impl.wsdl.actions.iface.tools.xmlbeans Apache XmlBeans related actions 
com.eviware.soapui.impl.wsdl.actions.loadtest WsdlLoadTest related actions 
com.eviware.soapui.impl.wsdl.actions.mockoperation WsdlMockOperation related actions 
com.eviware.soapui.impl.wsdl.actions.mockresponse WsdlMockResponse related actions 
com.eviware.soapui.impl.wsdl.actions.mockservice WsdlMockService related actions 
com.eviware.soapui.impl.wsdl.actions.operation WSDL Operation implementation actions 
com.eviware.soapui.impl.wsdl.actions.project WsdlProject related actions 
com.eviware.soapui.impl.wsdl.actions.request WsdlRequest related actions 
com.eviware.soapui.impl.wsdl.actions.support General actions and supporting classes 
com.eviware.soapui.impl.wsdl.actions.testcase WsdlTestCase related actions 
com.eviware.soapui.impl.wsdl.actions.teststep WsdlTestStep related actions 
com.eviware.soapui.impl.wsdl.actions.testsuite WsdlTestSuite related actions 
com.eviware.soapui.impl.wsdl.endpoint   
com.eviware.soapui.impl.wsdl.panels.mockoperation.actions WsdlMockResponse actions 
com.eviware.soapui.impl.wsdl.panels.request.actions WsdlRequestDesktopPanel actions 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.impl.wsdl.teststeps.actions WsdlTestStep implementation actions 
com.eviware.soapui.support.action SoapUIAction Infrastructure 
com.eviware.soapui.support.action.support SoapUIAction default implementations and utilities 
com.eviware.soapui.support.action.swing Swing-related SoapUIAction utilities 
 

Uses of SoapUIAction in com.eviware.soapui.actions
 

Classes in com.eviware.soapui.actions that implement SoapUIAction
 class CloseOpenProjectsAction
          Action to save all projects
 class OpenClosedProjectsAction
          Action to save all projects
 class SaveAllProjectsAction
          Action to save all projects
 

Uses of SoapUIAction in com.eviware.soapui.impl.actions
 

Classes in com.eviware.soapui.impl.actions that implement SoapUIAction
 class ImportRemoteWsdlProjectAction
          Actions for importing an existing soapui-project file into the current workspace
 class ImportWsdlProjectAction
          Actions for importing an existing soapui-project file into the current workspace
 class NewWorkspaceAction
          Action for creating a new Workspace
 class NewWsdlProjectAction
          Action for creating a new WSDL project
 class RenameWorkspaceAction
          Renames a WsdlProject
 class SwitchWorkspaceAction
          Action to swtich the current workspace
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface that implement SoapUIAction
 class CloneInterfaceAction
          Clones an Interface to another project
 class ExportDefinitionAction
          Exports the definition (wsdls and xsds) of a WsdlInterface to the file system
 class GenerateMockServiceAction
          Generates a MockService for a specified Interface
 class GenerateTestSuiteAction
          Generates a TestSuite for the specified Interface
 class InterfaceEndpointsAction
          Manages the service endpoints for a WsdlInterface
 class RemoveInterfaceAction
          Removes a WsdlInterface from a WsdlProject
 class UpdateInterfaceAction
          Updates the definition of a WsdlInterface.
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.axis1
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.axis1 that implement SoapUIAction
 class Axis1XWSDL2JavaAction
          Invokes axis 1.X WSDL2Java
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.axis2
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.axis2 that implement SoapUIAction
 class Axis2WSDL2CodeAction
          Invokes axis 2 WSDL2Code
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.cxf
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.cxf that implement SoapUIAction
 class CXFAction
          Invokes Apache CXF wsdl2java utility
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.dotnet
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.dotnet that implement SoapUIAction
 class DotNetWsdlAction
          Invokes .NET wsdl.exe
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.gsoap
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.gsoap that implement SoapUIAction
 class GSoapAction
          Invokes GSoap wsdl2h
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.jaxb
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.jaxb that implement SoapUIAction
 class JaxbXjcAction
          Generates JAXB classes for given interface
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.jbossws
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.jbossws that implement SoapUIAction
 class JBossWSConsumeAction
          Invokes JBossWS-specific JAX-WS WSImport
 class WSToolsJava2WsdlAction
          Invokes jbossws java2wsdl tools
 class WSToolsRegenerateJava2WsdlAction
          Invokes jbossws java2wsdl tools
 class WSToolsWsdl2JavaAction
          Invokes jbossws wsdl2java tools
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.oracle
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.oracle that implement SoapUIAction
 class OracleWsaGenProxyAction
          Invokes oracle genproxy
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui that implement SoapUIAction
 class LoadTestLoadTestRunnerAction
           
 class LoadTestRunnerAction
          Invokes soapUI TestRunner tool
 class TestCaseTestRunnerAction
           
 class TestRunnerAction
          Invokes soapUI TestRunner tool
 class TestSuiteTestRunnerAction
           
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.support
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.support that implement SoapUIAction
 class AbstractToolsAction<T extends ModelItem>
          Abstract base class for Tool Actions
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.tcpmon
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.tcpmon that implement SoapUIAction
 class TcpMonAction
          Invokes Apache TCPmon tool
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.wscompile
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.wscompile that implement SoapUIAction
 class WSCompileAction
          Invokes JWSDP wscompile
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.wsi
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.wsi that implement SoapUIAction
 class WSIAnalyzeAction
          Invokes WS-I Analyzer Tool
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.wsimport
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.wsimport that implement SoapUIAction
 class WSImportAction
          Invokes JAX-WS WSImport
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.xfire
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.xfire that implement SoapUIAction
 class XFireAction
          Invokes XFire wsgen utility
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.iface.tools.xmlbeans
 

Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.xmlbeans that implement SoapUIAction
 class XmlBeans2Action
          Generates XMLBeans for given interface
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.loadtest
 

Classes in com.eviware.soapui.impl.wsdl.actions.loadtest that implement SoapUIAction
 class CloneLoadTestAction
          Clones a WsdlLoadTest
 class DeleteLoadTestAction
          Removes a WsdlLoadTest from its WsdlTestCase
 class LoadTestOptionsAction
          Displays the LoadTest Options dialog
 class RenameLoadTestAction
          Renames a WsdlLoadTest
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.mockoperation
 

Classes in com.eviware.soapui.impl.wsdl.actions.mockoperation that implement SoapUIAction
 class ChangeMockOperationAction
          Prompts to change the WsdlOperation of a WsdlMockOperation
 class DeleteMockOperationAction
          Deletes a WsdlMockOperation from its WsdlMockService
 class NewMockResponseAction
          Creates a new WsdlMockResponse in the specified WsdlMockOperation
 class OpenRequestForMockOperationAction
          Prompts to open an existing request for the specified WsdlMockOperation
 class RenameMockOperationAction
          Renames a WsdlMockOperation
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.mockresponse
 

Classes in com.eviware.soapui.impl.wsdl.actions.mockresponse that implement SoapUIAction
 class CloneMockResponseAction
          Clones a WsdlMockResponse
 class DeleteMockResponseAction
          Deletes a WsdlMockResponse from its WsdlMockOperation
 class OpenRequestForMockResponseAction
          Prompts to open an existing request for the specified WsdlMockResponse
 class RenameMockResponseAction
          Renames the specified WsdlMockResponse
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.mockservice
 

Classes in com.eviware.soapui.impl.wsdl.actions.mockservice that implement SoapUIAction
 class AddEndpointToInterfaceAction
          Adds the specified WsdlMockServices local endpoint to a WsdlInterface
 class AddNewMockOperationAction
          Adds a new WsdlMockOperation to a WsdlMockService
 class CloneMockServiceAction
          Clones a WsdlMockService
 class DeleteMockServiceAction
          Removes a WsdlMockService from its WsdlProject
 class MockServiceOptionsAction
          Displays the options for the specified WsdlMockService
 class RenameMockServiceAction
          Renames a WsdlMockService
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.operation
 

Classes in com.eviware.soapui.impl.wsdl.actions.operation that implement SoapUIAction
 class AddOperationToMockServiceAction
          Creates a WsdlMockOperation for the specified WsdlOperation
 class NewRequestAction
          Adds a new WsdlRequest to a WsdlOperation
 class RelabelOperationAction
          Changes the label of a WsdlOperation as shown in SoapUI
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.project
 

Classes in com.eviware.soapui.impl.wsdl.actions.project that implement SoapUIAction
 class AddInterfaceActionFromFile
          Adds a WsdlInterface to a WsdlProject from a wsdl file
 class AddInterfaceActionFromURL
          Adds a WsdlInterface to a WsdlProject from a URL
 class AddNewMockServiceAction
          Action for adding a new WsdlMockService to a WsdlProject
 class AddNewTestSuiteAction
          Action for adding a new WsdlTestSuite to a WsdlProject
 class CloseProjectAction
          Renames a WsdlProject
 class OpenProjectAction
          Renames a WsdlProject
 class ReloadProjectAction
          Prompts to reload the specified WsdlProject
 class RemoveProjectAction
          Removes a WsdlProject from the workspace
 class RenameProjectAction
          Renames a WsdlProject
 class SaveProjectAction
          Saves a WsdlProject
 class SaveProjectAsAction
          Prompts to save a WsdlProject to a new file
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.request
 

Classes in com.eviware.soapui.impl.wsdl.actions.request that implement SoapUIAction
 class AddRequestToMockServiceAction
          Adds a WsdlRequest to a WsdlMockService, will create required WsdlMockOperation if neccessary
 class AddRequestToTestCaseAction
          Adds a WsdlRequest to a WsdlTestCase as a WsdlTestRequestStep
 class CloneRequestAction
          Clones a WsdlRequest
 class DeleteRequestAction
          Deletes a WsdlRequest from its WsdlOperation
 class RenameRequestAction
          Renames a WsdlRequest
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.support
 

Classes in com.eviware.soapui.impl.wsdl.actions.support that implement SoapUIAction
 class AbstractAddToTestCaseAction<T extends ModelItem>
          Base class for actions that add TestSteps to a TestCase
 class ShowDesktopPanelAction
          Action for showing the desktop panel for the specified ModelItem
 class ShowOnlineSoapUIHelp
          Shows an online help page
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.testcase
 

Classes in com.eviware.soapui.impl.wsdl.actions.testcase that implement SoapUIAction
 class AddNewLoadTestAction
          Adds a new WsdlLoadTest to a WsdlTestCase
 class AddWsdlTestStepAction
          Adds a WsdlTestStep specified by the supplied WsdlTestStepFactory to a WsdlTestCase
 class ClearTestCaseAction
          Clears a WsdlTestCase
 class CloneTestCaseAction
          Clones a WsdlTestSuite
 class DeleteTestCaseAction
          Removes a WsdlTestCase from its WsdlTestSuite
 class MoveTestCaseDownAction
          Moves the specified WsdlTestCase down one step in the WsdlTestSuites list of WsdlTestCases
 class MoveTestCaseUpAction
          Moves the specified WsdlTestCase up one step in the WsdlTestSuites list of WsdlTestCases
 class RenameTestCaseAction
          Renames a WsdlTestCase
 class TestCaseOptionsAction
          Options dialog for testcases
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.teststep
 

Classes in com.eviware.soapui.impl.wsdl.actions.teststep that implement SoapUIAction
 class CloneTestStepAction
          Clones a WsdlTestStep
 class DeleteTestStepAction
          Deletes a WsdlTestStep from its WsdlTestCase
 class InsertWsdlTestStepAction
          Inserts a WsdlTestStep specified by the supplied WsdlTestStepFactory at the position to the specified WsdlTestStep
 class MoveTestStepDownAction
          Moves the specified WsdlTestStep down one step in the WsdlTestCases list of WsdlTestSteps
 class MoveTestStepUpAction
          Moves the specified WsdlTestStep up one step in the WsdlTestCases list of WsdlTestSteps
 class RenameTestStepAction
          Renames a WsdlTestStep
 class ToggleDisableTestStepAction
          Toggles the disabled state of WsdlTestStep
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.actions.testsuite
 

Classes in com.eviware.soapui.impl.wsdl.actions.testsuite that implement SoapUIAction
 class AddNewTestCaseAction
          Adds a new WsdlTestCase to a WsdlTestSuite
 class CloneTestSuiteAction
          Clones a WsdlTestSuite
 class DeleteTestSuiteAction
          Removes a WsdlTestSuite from its WsdlProject
 class RenameTestSuiteAction
          Renames a WsdlTestSuite
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.endpoint
 

Classes in com.eviware.soapui.impl.wsdl.endpoint that implement SoapUIAction
 class DefaultEndpointStrategyConfigureAction
          Manages the service endpoints for a WsdlInterface
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.panels.mockoperation.actions
 

Classes in com.eviware.soapui.impl.wsdl.panels.mockoperation.actions that implement SoapUIAction
 class WSIValidateResponseAction
          Validates the current request/response exchange of a WsdlMockResponse with the WS-I tools
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.panels.request.actions
 

Classes in com.eviware.soapui.impl.wsdl.panels.request.actions that implement SoapUIAction
 class WSIValidateRequestAction
          Validates the request XML of a WsdlRequest
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.teststeps
 

Classes in com.eviware.soapui.impl.wsdl.teststeps that implement SoapUIAction
 class SetWaitTimeAction
          Sets the delay to of a WsdlDelayTestStep
 

Uses of SoapUIAction in com.eviware.soapui.impl.wsdl.teststeps.actions
 

Classes in com.eviware.soapui.impl.wsdl.teststeps.actions that implement SoapUIAction
 class ChangeOperationAction
          Prompts to change the WsdlOperation of a WsdlTestRequestStep
 class CloneAssertionAction
          Clones the specified WsdlMessageAssertion
 class ConfigureAssertionAction
          Configures the specified WsdlMessageAssertion
 class DeleteAssertionAction
          Deletes the specified WsdlMessageAssertion from its Assertable
 class RenameAssertionAction
          Renames the specified assertion
 class SelectOperationAction
          Selects the specified WsdlTestRequestSteps operation in the navigator
 

Uses of SoapUIAction in com.eviware.soapui.support.action
 

Classes in com.eviware.soapui.support.action that implement SoapUIAction
static class SoapUIActionRegistry.SeperatorAction
           
static class SoapUIActionRegistry.SoapUIActionGroupAction<T extends ModelItem>
           
 

Methods in com.eviware.soapui.support.action that return SoapUIAction
 SoapUIAction<T> SoapUIActionMapping.getAction()
           
<T extends ModelItem>
SoapUIAction<T>
SoapUIActionRegistry.getAction(java.lang.String soapUIActionId)
           
 

Methods in com.eviware.soapui.support.action with parameters of type SoapUIAction
 void SoapUIActionRegistry.addAction(java.lang.String soapuiActionID, SoapUIAction action)
           
 

Uses of SoapUIAction in com.eviware.soapui.support.action.support
 

Classes in com.eviware.soapui.support.action.support that implement SoapUIAction
 class AbstractSoapUIAction<T extends ModelItem>
          Abstract SoapUIAction for extension
 

Methods in com.eviware.soapui.support.action.support that return SoapUIAction
 SoapUIAction<T> StandaloneActionMapping.getAction()
           
 SoapUIAction<T> DefaultActionMapping.getAction()
           
 

Constructors in com.eviware.soapui.support.action.support with parameters of type SoapUIAction
StandaloneActionMapping(SoapUIAction<T> action)
           
StandaloneActionMapping(SoapUIAction<T> action, java.lang.String keyStroke)
           
StandaloneActionMapping(SoapUIAction<T> action, java.lang.String keyStroke, java.lang.String iconPath)
           
 

Uses of SoapUIAction in com.eviware.soapui.support.action.swing
 

Methods in com.eviware.soapui.support.action.swing that return SoapUIAction
 SoapUIAction<T> SwingActionDelegate.getAction()
           
 

Methods in com.eviware.soapui.support.action.swing with parameters of type SoapUIAction
static
<T extends ModelItem>
SwingActionDelegate<T>
SwingActionDelegate.createDelegate(SoapUIAction<T> action)
           
static
<T extends ModelItem>
SwingActionDelegate<T>
SwingActionDelegate.createDelegate(SoapUIAction<T> action, T target)
           
static
<T extends ModelItem>
SwingActionDelegate<T>
SwingActionDelegate.createDelegate(SoapUIAction<T> action, T target, java.lang.String keyStroke)
           
static
<T extends ModelItem>
SwingActionDelegate<T>
SwingActionDelegate.createDelegate(SoapUIAction<T> action, T target, java.lang.String keyStroke, java.lang.String iconPath)
           
 



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