| Package | Description | 
|---|---|
| com.eviware.soapui.impl.actions | Workspace-related actions | 
| com.eviware.soapui.impl.wsdl.actions.iface | WsdlInterface related actions | 
| com.eviware.soapui.impl.wsdl.actions.project | WsdlProject related actions | 
| 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.teststeps.actions | WsdlTestStep implementation actions | 
| com.eviware.soapui.plugins | |
| 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 | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WorkspaceImplSoapUIActionGroupSoapUIActionGroup for WsdlProjects, returns different actions depending on if
 the project is disabled or not. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WsdlInterfaceSoapUIActionGroupActionGroup handler for WsdlInterface | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WsdlProjectSoapUIActionGroupSoapUIActionGroup for WsdlProjects, returns different actions depending on if
 the project is disabled or not. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WsdlTestCaseAddStepSoapUIActionGroupSoapUIActionGroup for WsdlTestCases, dynamically creates "Append Step"
 submenu contents from the WsdlTestStepRegistry | 
| class  | WsdlTestCaseSoapUIActionGroupSoapUIActionGroup for WsdlTestSteps | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WsdlTestStepInsertStepSoapUIActionGroupSoapUIAction group for dynamically creating the "Insert TestStep" popup menu | 
| class  | WsdlTestStepSoapUIActionGroupSoapUIActionGroup for WsdlTestSteps | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WsdlTestSuiteSoapUIActionGroupSoapUIActionGroup for WsdlTestSteps | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WsdlMessageAssertionSoapUIActionGroupSoapUIActionGroup for a WsdlMessageAssertion | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SoapUIActionGroup | LoaderBase. createActionGroup(Class<SoapUIActionGroup> actionGroupClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected List<? extends SoapUIActionGroup> | LoaderBase. loadActionGroups(org.reflections.Reflections jarFileScanner) | 
| protected List<? extends SoapUIActionGroup> | LoaderBase. registerActionGroups(List<SoapUIActionGroup> actionGroups) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SoapUIActionGroup | LoaderBase. createActionGroup(Class<SoapUIActionGroup> actionGroupClass) | 
| protected List<? extends SoapUIActionGroup> | LoaderBase. registerActionGroups(List<SoapUIActionGroup> actionGroups) | 
| Modifier and Type | Method and Description | 
|---|---|
| SoapUIActionGroup | SoapUIActionRegistry. addActionGroup(SoapUIActionGroup actionGroup) | 
| SoapUIActionGroup | SoapUIActionRegistry. findGroupWithClass(Class<? extends SoapUIActionGroup> aClass) | 
| SoapUIActionGroup | SoapUIActionRegistry.SoapUIActionGroupAction. getActionGroup() | 
| <T extends ModelItem> | SoapUIActionRegistry. getActionGroup(String groupId) | 
| Modifier and Type | Method and Description | 
|---|---|
| SoapUIActionGroup | SoapUIActionRegistry. addActionGroup(SoapUIActionGroup actionGroup) | 
| Modifier and Type | Method and Description | 
|---|---|
| SoapUIActionGroup | SoapUIActionRegistry. findGroupWithClass(Class<? extends SoapUIActionGroup> aClass) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSoapUIActionGroup<T extends ModelItem>Abstract SoapUIActionGroup for extension | 
| class  | DefaultSoapUIActionGroup<T extends ModelItem>Default SoapUIActionGroup implementation | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static <T extends ModelItem> | ActionListBuilder. addActions(T modelItem,
          ActionList actions,
          SoapUIActionGroup<T> actionGroup)Adds the specified ActionMappings to the specified ActionList for the
 specified modelItem | 
| protected static void | ActionListBuilder. addMultiActions(ModelItem[] modelItems,
               ActionList actions,
               SoapUIActionGroup actionGroup)Adds the specified ActionMappings to the specified ActionList for the
 specified modelItem | 
Copyright © 2019. All Rights Reserved.