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.support WSDL-related support 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.tree.nodes Tree nodes for all SoapUI model items 
 

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 Interface
 Interface WsdlOperation.getInterface()
           
 Interface WsdlProject.getInterfaceAt(int index)
           
 Interface[] WsdlProject.importWsdl(java.lang.String url)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.support that return Interface
 Interface SoapRequestBuilder.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 RequestBuilder.getInterface()
           
 Interface Operation.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)
           
 

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
 

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



Copyright © 2005 eviware.com. All Rights Reserved.