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

Packages that use DefinitionCache
com.eviware.soapui.impl.support.definition   
com.eviware.soapui.impl.support.definition.support   
com.eviware.soapui.impl.wadl   
com.eviware.soapui.impl.wsdl.support.wsdl WSDL-related interfaces and classes 
 

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

Methods in com.eviware.soapui.impl.support.definition that return DefinitionCache
 DefinitionCache InterfaceDefinition.getDefinitionCache()
           
 

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

Classes in com.eviware.soapui.impl.support.definition.support that implement DefinitionCache
 class AbstractDefinitionCache<T extends AbstractInterface>
           
 class InterfaceConfigDefinitionCache<T extends AbstractInterface>
           
 class StandaloneDefinitionCache<T extends AbstractInterface>
           
 

Methods in com.eviware.soapui.impl.support.definition.support that return DefinitionCache
 DefinitionCache AbstractInterfaceDefinition.getDefinitionCache()
           
 DefinitionCache AbstractDefinitionContext.getDefinitionCache()
           
 

Methods in com.eviware.soapui.impl.support.definition.support with parameters of type DefinitionCache
protected abstract  T2 AbstractDefinitionContext.createDefinitionLoader(DefinitionCache definitionCache)
           
 void AbstractDefinitionCache.importCache(DefinitionCache cache)
           
 void AbstractInterfaceDefinition.setDefinitionCache(DefinitionCache definitionCache)
           
 

Constructors in com.eviware.soapui.impl.support.definition.support with parameters of type DefinitionCache
InterfaceCacheDefinitionLoader(DefinitionCache config)
           
 

Uses of DefinitionCache in com.eviware.soapui.impl.wadl
 

Methods in com.eviware.soapui.impl.wadl with parameters of type DefinitionCache
protected  DefinitionLoader WadlDefinitionContext.createDefinitionLoader(DefinitionCache restServiceDefinitionCache)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.support.wsdl with parameters of type DefinitionCache
protected  WsdlDefinitionLoader WsdlContext.createDefinitionLoader(DefinitionCache wsdlInterfaceDefinitionCache)
           
 



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