Uses of Class
com.eviware.soapui.impl.support.AbstractInterface

Packages that use AbstractInterface
com.eviware.soapui.impl Default implementations of core interfaces 
com.eviware.soapui.impl.rest   
com.eviware.soapui.impl.support   
com.eviware.soapui.impl.support.definition.support   
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.actions.iface WsdlInterface related actions 
com.eviware.soapui.impl.wsdl.support.wsdl WSDL-related interfaces and classes 
 

Uses of AbstractInterface in com.eviware.soapui.impl
 

Classes in com.eviware.soapui.impl with type parameters of type AbstractInterface
 interface InterfaceFactory<T extends AbstractInterface<?>>
           
 

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

Subclasses of AbstractInterface in com.eviware.soapui.impl.rest
 class RestService
          WSDL implementation of Interface, maps to a WSDL Binding
 

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

Methods in com.eviware.soapui.impl.support that return AbstractInterface
 AbstractInterface<?> AbstractHttpOperation.getInterface()
           
 

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

Classes in com.eviware.soapui.impl.support.definition.support with type parameters of type AbstractInterface
 class AbstractDefinitionCache<T extends AbstractInterface>
           
 class AbstractDefinitionContext<T extends AbstractInterface,T2 extends DefinitionLoader,T3 extends AbstractInterfaceDefinition<T>>
          Holder for InterfaceDefinitions and related SchemaTypeLoader types
 class AbstractInterfaceDefinition<T extends AbstractInterface>
           
 class InterfaceConfigDefinitionCache<T extends AbstractInterface>
           
 class StandaloneDefinitionCache<T extends AbstractInterface>
           
 class XmlSchemaBasedInterfaceDefinition<T extends AbstractInterface>
           
 

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

Subclasses of AbstractInterface in com.eviware.soapui.impl.wsdl
 class WsdlInterface
          WSDL implementation of Interface, maps to a WSDL Binding
 

Fields in com.eviware.soapui.impl.wsdl with type parameters of type AbstractInterface
protected  java.util.List<AbstractInterface<?>> WsdlProject.interfaces
           
 

Methods in com.eviware.soapui.impl.wsdl that return AbstractInterface
 AbstractInterface<?> WsdlProject.addNewInterface(java.lang.String name, java.lang.String type)
           
static AbstractInterface<?> InterfaceFactoryRegistry.build(WsdlProject project, com.eviware.soapui.config.InterfaceConfig config)
           
static AbstractInterface<?> InterfaceFactoryRegistry.createNew(WsdlProject project, java.lang.String type, java.lang.String name)
           
 AbstractInterface<?> WsdlProject.getInterfaceAt(int index)
           
 AbstractInterface<?> WsdlProject.getInterfaceByName(java.lang.String interfaceName)
           
 AbstractInterface<?> WsdlProject.getInterfaceByTechnicalId(java.lang.String technicalId)
           
 AbstractInterface<?> WsdlProject.importInterface(AbstractInterface<?> iface, boolean importEndpoints, boolean createCopy)
           
 

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

Methods in com.eviware.soapui.impl.wsdl with parameters of type AbstractInterface
 void WsdlProject.fireInterfaceAdded(AbstractInterface<?> iface)
           
 void WsdlProject.fireInterfaceRemoved(AbstractInterface<?> iface)
           
 void WsdlProject.fireInterfaceUpdated(AbstractInterface<?> iface)
           
 AbstractInterface<?> WsdlProject.importInterface(AbstractInterface<?> iface, boolean importEndpoints, boolean createCopy)
           
 void WsdlProject.removeInterface(AbstractInterface<?> iface)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.iface with parameters of type AbstractInterface
static boolean RemoveInterfaceAction.hasDependingTests(AbstractInterface<?> iface)
           
static boolean RemoveInterfaceAction.hasRunningDependingTests(AbstractInterface<?> iface)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.support.wsdl with parameters of type AbstractInterface
CachedWsdlLoader(AbstractInterface<?> iface)
           
 



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