Uses of Interface
org.ow2.easywsdl.schema.api.absItf.AbsItfInclude

Packages that use AbsItfInclude
org.ow2.easywsdl.schema   
org.ow2.easywsdl.schema.api   
org.ow2.easywsdl.schema.api.absItf   
org.ow2.easywsdl.schema.api.abstractElmt   
org.ow2.easywsdl.schema.decorator   
org.ow2.easywsdl.schema.impl   
 

Uses of AbsItfInclude in org.ow2.easywsdl.schema
 

Methods in org.ow2.easywsdl.schema that return AbsItfInclude
 AbsItfInclude DefaultSchemaImpl.createInclude()
           
 AbsItfInclude DefaultSchemaImpl.removeInclude(AbsItfInclude includeDef)
           
 

Methods in org.ow2.easywsdl.schema that return types with arguments of type AbsItfInclude
 java.util.List<AbsItfInclude> DefaultSchemaImpl.getIncludes()
           
 java.util.List<AbsItfInclude> DefaultSchemaImpl.getIncludes(java.net.URI locationURI)
           
 

Methods in org.ow2.easywsdl.schema with parameters of type AbsItfInclude
 void DefaultSchemaImpl.addInclude(AbsItfInclude includeDef)
           
 AbsItfInclude DefaultSchemaImpl.removeInclude(AbsItfInclude includeDef)
           
 

Uses of AbsItfInclude in org.ow2.easywsdl.schema.api
 

Subinterfaces of AbsItfInclude in org.ow2.easywsdl.schema.api
 interface Import
           
 interface Include
           
 interface Redefine
           
 

Uses of AbsItfInclude in org.ow2.easywsdl.schema.api.absItf
 

Classes in org.ow2.easywsdl.schema.api.absItf with type parameters of type AbsItfInclude
 interface AbsItfSchema<T extends AbsItfType,E extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport>
           
 

Subinterfaces of AbsItfInclude in org.ow2.easywsdl.schema.api.absItf
 interface AbsItfImport<S extends AbsItfSchema>
           
 interface AbsItfRedefine<S extends AbsItfSchema>
           
 

Uses of AbsItfInclude in org.ow2.easywsdl.schema.api.abstractElmt
 

Classes in org.ow2.easywsdl.schema.api.abstractElmt with type parameters of type AbsItfInclude
 class AbstractSchemaImpl<E,T extends AbsItfType,El extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport>
           
 

Classes in org.ow2.easywsdl.schema.api.abstractElmt that implement AbsItfInclude
 class AbstractImportImpl<E,S extends AbsItfSchema>
           
 class AbstractIncludeImpl<E,S extends AbsItfSchema>
           
 

Uses of AbsItfInclude in org.ow2.easywsdl.schema.decorator
 

Classes in org.ow2.easywsdl.schema.decorator with type parameters of type AbsItfInclude
 class AbstractSchemaConverter<SNew extends AbsItfSchema,SImpl extends DecoratorSchemaImpl,AnnNew extends AbsItfAnnotation,AnnImpl extends DecoratorAnnotationImpl,AttGNew extends AbsItfAttributeGroup,AttGImpl extends DecoratorAttributeGroupImpl,AttNew extends AbsItfAttribute,AttImpl extends DecoratorAttributeImpl,CTNew extends AbsItfType,CTImpl extends DecoratorComplexTypeImpl,ENew extends AbsItfElement,EImpl extends DecoratorElementImpl,GNew extends AbsItfGroup,GImpl extends DecoratorGroupImpl,ImptNew extends AbsItfImport,ImptImpl extends DecoratorImportImpl,InclNew extends AbsItfInclude,InclImpl extends DecoratorIncludeImpl,NotNew extends AbsItfNotation,NotImpl extends DecoratorNotationImpl,RedNew extends AbsItfRedefine,RedImpl extends DecoratorRedefineImpl,STNew extends AbsItfType,STImpl extends DecoratorSimpleTypeImpl,TNew extends AbsItfType,TImpl extends DecoratorTypeImpl>
           
 class DecoratorSchemaImpl<T extends AbsItfType,E extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport>
           
 

Fields in org.ow2.easywsdl.schema.decorator declared as AbsItfInclude
protected  AbsItfInclude<S> DecoratorIncludeImpl.include
           
 

Methods in org.ow2.easywsdl.schema.decorator with parameters of type AbsItfInclude
protected  InclNew AbstractSchemaConverter.convertInclude(AbsItfInclude oldInclude, java.lang.Class<InclImpl> inclimpl)
           
 

Method parameters in org.ow2.easywsdl.schema.decorator with type arguments of type AbsItfInclude
protected  void AbstractSchemaConverter.convertIncludes(java.util.List<AbsItfInclude> includes, java.lang.Class<InclImpl> inclimpl, SNew newDesc)
           
 

Constructors in org.ow2.easywsdl.schema.decorator with parameters of type AbsItfInclude
DecoratorIncludeImpl(AbsItfInclude<S> include)
           
 

Uses of AbsItfInclude in org.ow2.easywsdl.schema.impl
 

Classes in org.ow2.easywsdl.schema.impl that implement AbsItfInclude
 class ImportImpl
           
 class IncludeImpl
           
 class RedefineImpl
           
 



Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.