Uses of Interface
com.eviware.soapui.model.iface.Interface

Packages that use Interface
com.eviware.soapui.impl.rest   
com.eviware.soapui.impl.rest.actions.service   
com.eviware.soapui.impl.support   
com.eviware.soapui.impl.support.definition   
com.eviware.soapui.impl.support.definition.export   
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
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.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.testsuite WsdlTestSuite related actions 
com.eviware.soapui.impl.wsdl.endpoint   
com.eviware.soapui.impl.wsdl.mock WsdlMockService-related classes 
com.eviware.soapui.impl.wsdl.panels.teststeps WsdlTestStep panel classes 
com.eviware.soapui.impl.wsdl.panels.teststeps.amf   
com.eviware.soapui.impl.wsdl.support.soap SOAP-related interfaces and classes 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.model.iface Interface-related model items 
com.eviware.soapui.model.project Project model items 
com.eviware.soapui.model.support SoapUI model-related support classes 
com.eviware.soapui.model.testsuite Test-related model items 
com.eviware.soapui.model.tree.nodes Tree nodes for all SoapUI model items 
com.eviware.soapui.support.dnd.handlers   
com.eviware.soapui.support.resolver   
com.eviware.soapui.tools SoapUI command-line tools 
 

Uses of Interface in com.eviware.soapui.impl.rest
 

Classes in com.eviware.soapui.impl.rest that implement Interface
 class RestService
          WSDL implementation of Interface, maps to a WSDL Binding
 

Uses of Interface in com.eviware.soapui.impl.rest.actions.service
 

Methods in com.eviware.soapui.impl.rest.actions.service with parameters of type Interface
protected  com.eviware.x.form.XFormDialog Wadl2JavaAction.buildDialog(Interface modelItem)
           
protected  void Wadl2JavaAction.generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
protected  StringToStringMap Wadl2JavaAction.initValues(Interface modelItem, java.lang.Object param)
           
 

Uses of Interface in com.eviware.soapui.impl.support
 

Classes in com.eviware.soapui.impl.support with type parameters of type Interface
 interface DefinitionContext<T extends Interface>
           
 

Classes in com.eviware.soapui.impl.support that implement Interface
 class AbstractInterface<T extends InterfaceConfig>
           
 

Uses of Interface in com.eviware.soapui.impl.support.definition
 

Classes in com.eviware.soapui.impl.support.definition with type parameters of type Interface
 interface InterfaceDefinition<T extends Interface>
           
 

Uses of Interface in com.eviware.soapui.impl.support.definition.export
 

Classes in com.eviware.soapui.impl.support.definition.export with type parameters of type Interface
 class AbstractDefinitionExporter<T extends Interface>
           
 

Uses of Interface in com.eviware.soapui.impl.wsdl
 

Classes in com.eviware.soapui.impl.wsdl that implement Interface
 class WsdlInterface
          WSDL implementation of Interface, maps to a WSDL Binding
 

Methods in com.eviware.soapui.impl.wsdl that return types with arguments of type Interface
 java.util.List<Interface> WsdlProject.getInterfaceList()
           
 java.util.Map<java.lang.String,Interface> WsdlProject.getInterfaces()
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.axis1 with parameters of type Interface
protected  com.eviware.x.form.XFormDialog Axis1XWSDL2JavaAction.buildDialog(Interface modelItem)
           
protected  void Axis1XWSDL2JavaAction.generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
protected  StringToStringMap Axis1XWSDL2JavaAction.initValues(Interface iface, java.lang.Object param)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.axis2 with parameters of type Interface
protected  com.eviware.x.form.XFormDialog Axis2WSDL2CodeAction.buildDialog(Interface modelItem)
           
protected  void Axis2WSDL2CodeAction.generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
protected  StringToStringMap Axis2WSDL2CodeAction.initValues(Interface modelItem, java.lang.Object param)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.cxf with parameters of type Interface
protected  com.eviware.x.form.XFormDialog CXFAction.buildDialog(Interface modelItem)
           
protected  void CXFAction.generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
protected  StringToStringMap CXFAction.initValues(Interface modelItem, java.lang.Object param)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.dotnet with parameters of type Interface
protected  com.eviware.x.form.XFormDialog DotNetWsdlAction.buildDialog(Interface modelItem)
           
protected  void DotNetWsdlAction.generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
protected  StringToStringMap DotNetWsdlAction.initValues(Interface modelItem, java.lang.Object param)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.gsoap with parameters of type Interface
protected  com.eviware.x.form.XFormDialog GSoapAction.buildDialog(Interface modelItem)
           
protected  void GSoapAction.generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
protected  StringToStringMap GSoapAction.initValues(Interface modelItem, java.lang.Object param)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.jaxb with parameters of type Interface
 boolean JaxbXjcAction.applies(Interface target)
           
protected  com.eviware.x.form.XFormDialog JaxbXjcAction.buildDialog(Interface modelItem)
           
protected  void JaxbXjcAction.generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
protected  StringToStringMap JaxbXjcAction.initValues(Interface modelItem, java.lang.Object param)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.jbossws with parameters of type Interface
 boolean WSToolsWsdl2JavaAction.applies(Interface target)
           
protected  com.eviware.x.form.XFormDialog WSToolsWsdl2JavaAction.buildDialog(Interface modelItem)
           
protected  com.eviware.x.form.XFormDialog JBossWSConsumeAction.buildDialog(Interface modelItem)
           
protected  void WSToolsWsdl2JavaAction.generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
protected  void JBossWSConsumeAction.generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
protected  StringToStringMap WSToolsWsdl2JavaAction.initValues(Interface modelItem, java.lang.Object param)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.oracle with parameters of type Interface
protected  com.eviware.x.form.XFormDialog OracleWsaGenProxyAction.buildDialog(Interface modelItem)
           
protected  void OracleWsaGenProxyAction.generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.wscompile with parameters of type Interface
protected  com.eviware.x.form.XFormDialog WSCompileAction.buildDialog(Interface modelItem)
           
protected  void WSCompileAction.generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
protected  StringToStringMap WSCompileAction.initValues(Interface modelItem, java.lang.Object param)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.wsi with parameters of type Interface
protected  void WSIAnalyzeAction.generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.wsimport with parameters of type Interface
protected  com.eviware.x.form.XFormDialog WSImportAction.buildDialog(Interface modelItem)
           
protected  void WSImportAction.generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.xfire with parameters of type Interface
protected  com.eviware.x.form.XFormDialog XFireAction.buildDialog(Interface modelItem)
           
protected  void XFireAction.generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
protected  StringToStringMap XFireAction.initValues(Interface modelItem, java.lang.Object param)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.xmlbeans with parameters of type Interface
 boolean XmlBeans2Action.applies(Interface target)
           
protected  com.eviware.x.form.XFormDialog XmlBeans2Action.buildDialog(Interface modelItem)
           
protected  void XmlBeans2Action.generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
protected  StringToStringMap XmlBeans2Action.initValues(Interface modelItem, java.lang.Object param)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.testsuite that return types with arguments of type Interface
static java.util.Set<Interface> CloneTestSuiteAction.getRequiredInterfaces(WsdlTestSuite testSuite, WsdlProject targetProject)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.endpoint with parameters of type Interface
 javax.swing.JComponent DefaultEndpointStrategy.getConfigurationPanel(Interface iface)
           
 void DefaultEndpointStrategy.importEndpoints(Interface iface)
           
 

Constructors in com.eviware.soapui.impl.wsdl.endpoint with parameters of type Interface
DefaultEndpointStrategyConfigurationPanel(Interface iface, DefaultEndpointStrategy strategy)
           
 

Uses of Interface in com.eviware.soapui.impl.wsdl.mock
 

Methods in com.eviware.soapui.impl.wsdl.mock with parameters of type Interface
 java.lang.String WsdlMockRunner.getInterfacePrefix(Interface iface)
           
 

Uses of Interface in com.eviware.soapui.impl.wsdl.panels.teststeps
 

Methods in com.eviware.soapui.impl.wsdl.panels.teststeps that return Interface
 Interface JdbcRequest.getInterface()
           
 

Uses of Interface in com.eviware.soapui.impl.wsdl.panels.teststeps.amf
 

Methods in com.eviware.soapui.impl.wsdl.panels.teststeps.amf that return Interface
 Interface AMFRequest.getInterface()
           
 

Uses of Interface in com.eviware.soapui.impl.wsdl.support.soap
 

Methods in com.eviware.soapui.impl.wsdl.support.soap that return Interface
 Interface SoapMessageBuilder.getInterface()
           
 

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

Methods in com.eviware.soapui.impl.wsdl.teststeps that return Interface
 Interface WsdlTestRequestStep.getInterface()
           
 Interface RestTestRequestStep.getInterface()
           
 Interface JdbcRequestTestStep.getInterface()
           
 Interface HttpTestRequestStep.getInterface()
           
 Interface HttpTestRequest.getInterface()
           
 Interface AMFRequestTestStep.getInterface()
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return types with arguments of type Interface
 java.util.Collection<Interface> WsdlTestStep.getRequiredInterfaces()
           
 java.util.Collection<Interface> WsdlTestRequestStep.getRequiredInterfaces()
           
 java.util.Collection<Interface> WsdlMockResponseTestStep.getRequiredInterfaces()
           
 java.util.Collection<Interface> RestTestRequestStep.getRequiredInterfaces()
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type Interface
 void WsdlTestRequestStep.InternalProjectListener.interfaceRemoved(Interface iface)
           
 void WsdlMockResponseTestStep.InternalProjectListener.interfaceRemoved(Interface iface)
           
 void RestTestRequestStep.InternalProjectListener.interfaceRemoved(Interface iface)
           
 

Uses of Interface in com.eviware.soapui.model.iface
 

Methods in com.eviware.soapui.model.iface that return Interface
 Interface Operation.getInterface()
           
 Interface MessageBuilder.getInterface()
           
 

Uses of Interface in com.eviware.soapui.model.project
 

Methods in com.eviware.soapui.model.project that return Interface
 Interface Project.getInterfaceAt(int index)
           
 Interface Project.getInterfaceByName(java.lang.String interfaceName)
           
 

Methods in com.eviware.soapui.model.project that return types with arguments of type Interface
 java.util.List<Interface> Project.getInterfaceList()
           
 

Methods in com.eviware.soapui.model.project with parameters of type Interface
 javax.swing.JComponent EndpointStrategy.getConfigurationPanel(Interface iface)
           
 void EndpointStrategy.importEndpoints(Interface iface)
           
 void ProjectListener.interfaceAdded(Interface iface)
           
 void ProjectListener.interfaceRemoved(Interface iface)
           
 void ProjectListener.interfaceUpdated(Interface iface)
           
 

Uses of Interface in com.eviware.soapui.model.support
 

Methods in com.eviware.soapui.model.support with parameters of type Interface
 boolean ModelSupport.InterfaceTypeFilter.accept(Interface modelItem)
           
 void ProjectListenerAdapter.interfaceAdded(Interface iface)
           
 void ProjectListenerAdapter.interfaceRemoved(Interface iface)
           
 void ProjectListenerAdapter.interfaceUpdated(Interface iface)
           
 

Uses of Interface in com.eviware.soapui.model.testsuite
 

Methods in com.eviware.soapui.model.testsuite that return Interface
 Interface Assertable.getInterface()
           
 

Uses of Interface in com.eviware.soapui.model.tree.nodes
 

Methods in com.eviware.soapui.model.tree.nodes that return Interface
 Interface InterfaceTreeNode.getInterface()
           
 

Constructors in com.eviware.soapui.model.tree.nodes with parameters of type Interface
InterfaceTreeNode(Interface iface, SoapUITreeModel treeModel)
           
 

Uses of Interface in com.eviware.soapui.support.dnd.handlers
 

Method parameters in com.eviware.soapui.support.dnd.handlers with type arguments of type Interface
static boolean DragAndDropSupport.importRequiredInterfaces(WsdlProject project, java.util.Set<Interface> requiredInterfaces, java.lang.String title)
           
 

Uses of Interface in com.eviware.soapui.support.resolver
 

Methods in com.eviware.soapui.support.resolver that return Interface
protected abstract  Interface[] ChangeRestMethodResolver.getInterfaces(WsdlProject project)
           
protected abstract  Interface[] ChangeOperationResolver.getInterfaces(WsdlProject project)
           
 

Uses of Interface in com.eviware.soapui.tools
 

Methods in com.eviware.soapui.tools that return types with arguments of type Interface
static AbstractToolsAction<Interface> ToolActionFactory.createToolAction(java.lang.String toolName)
           
 

Methods in com.eviware.soapui.tools with parameters of type Interface
 void SoapUIToolRunner.runTool(Interface iface)
          Runs the configured tool(s) for the specified interface.
 



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