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

Packages that use Interface
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.actions.iface.tools.axis1   
com.eviware.soapui.impl.wsdl.actions.iface.tools.axis2   
com.eviware.soapui.impl.wsdl.actions.iface.tools.dotnet   
com.eviware.soapui.impl.wsdl.actions.iface.tools.gsoap   
com.eviware.soapui.impl.wsdl.actions.iface.tools.jaxb   
com.eviware.soapui.impl.wsdl.actions.iface.tools.jbossws   
com.eviware.soapui.impl.wsdl.actions.iface.tools.oracle   
com.eviware.soapui.impl.wsdl.actions.iface.tools.support   
com.eviware.soapui.impl.wsdl.actions.iface.tools.wscompile   
com.eviware.soapui.impl.wsdl.actions.iface.tools.wsi   
com.eviware.soapui.impl.wsdl.actions.iface.tools.wsimport   
com.eviware.soapui.impl.wsdl.actions.iface.tools.xfire   
com.eviware.soapui.impl.wsdl.actions.iface.tools.xmlbeans   
com.eviware.soapui.impl.wsdl.support.soap   
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.tree.nodes Tree nodes for all SoapUI model items 
com.eviware.soapui.tools SoapUI command-line tools 
 

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.getInterfaces()
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.actions.iface.tools.axis1 with parameters of type Interface
Axis1XWSDL2JavaAction(Interface iface)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.actions.iface.tools.axis2 with parameters of type Interface
Axis2WSDL2CodeAction(Interface iface)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.actions.iface.tools.dotnet with parameters of type Interface
DotNetWsdlAction(Interface iface)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.actions.iface.tools.gsoap with parameters of type Interface
GSoapAction(Interface iface)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.actions.iface.tools.jaxb with parameters of type Interface
JaxbXjcAction(Interface iface)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.actions.iface.tools.jbossws with parameters of type Interface
JBossWSConsumeAction(Interface iface)
           
WSToolsWsdl2JavaAction(Interface iface)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.actions.iface.tools.oracle with parameters of type Interface
OracleWsaGenProxyAction(Interface iface)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.support with parameters of type Interface
protected  void AbstractToolsAction.initWSDL(StringToStringMap values, Interface iface)
           
 

Constructors in com.eviware.soapui.impl.wsdl.actions.iface.tools.support with parameters of type Interface
NamespaceTable(Interface iface)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.actions.iface.tools.wscompile with parameters of type Interface
WSCompileAction(Interface iface)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.actions.iface.tools.wsi with parameters of type Interface
WSIAnalyzeAction(Interface iface)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.actions.iface.tools.wsimport with parameters of type Interface
WSImportAction(Interface iface)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.actions.iface.tools.xfire with parameters of type Interface
XFireAction(Interface iface)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.actions.iface.tools.xmlbeans with parameters of type Interface
XmlBeans2Action(Interface iface)
           
 

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 with parameters of type Interface
 void WsdlTestRequestStep.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 with parameters of type Interface
 void ProjectListener.interfaceAdded(Interface iface)
           
 void ProjectListener.interfaceRemoved(Interface iface)
           
 

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

Methods in com.eviware.soapui.model.support with parameters of type Interface
 void ProjectListenerAdapter.interfaceAdded(Interface iface)
           
 void ProjectListenerAdapter.interfaceRemoved(Interface iface)
           
 

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.tools
 

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.. needs to be refactored to use some kind of registry/factory pattern for tools
 



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