Uses of Interface
org.ow2.easywsdl.schema.api.absItf.AbsItfImport
-
-
Uses of AbsItfImport in org.ow2.easywsdl.schema.api
Subinterfaces of AbsItfImport in org.ow2.easywsdl.schema.api Modifier and Type Interface Description interfaceImport -
Uses of AbsItfImport in org.ow2.easywsdl.schema.api.absItf
Classes in org.ow2.easywsdl.schema.api.absItf with type parameters of type AbsItfImport Modifier and Type Interface Description interfaceAbsItfSchema<T extends AbsItfType,E extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport,Red extends AbsItfRedefine> -
Uses of AbsItfImport in org.ow2.easywsdl.schema.api.abstractElmt
Classes in org.ow2.easywsdl.schema.api.abstractElmt with type parameters of type AbsItfImport Modifier and Type Class Description classAbstractSchemaImpl<E,T extends AbsItfType,El extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport,Red extends AbsItfRedefine>Classes in org.ow2.easywsdl.schema.api.abstractElmt that implement AbsItfImport Modifier and Type Class Description classAbstractImportImpl<E,S extends AbsItfSchema> -
Uses of AbsItfImport in org.ow2.easywsdl.schema.decorator
Classes in org.ow2.easywsdl.schema.decorator with type parameters of type AbsItfImport Modifier and Type Class Description classAbstractSchemaConverter<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>classDecoratorSchemaImpl<T extends AbsItfType,E extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport,Red extends AbsItfRedefine>Methods in org.ow2.easywsdl.schema.decorator with parameters of type AbsItfImport Modifier and Type Method Description abstract ImptNewAbstractSchemaConverter. convertImport(AbsItfImport desc)ImptNewAbstractSchemaConverter. convertImport(AbsItfImport oldImpt, Class<ImptImpl> imptimpl)Method parameters in org.ow2.easywsdl.schema.decorator with type arguments of type AbsItfImport Modifier and Type Method Description protected voidAbstractSchemaConverter. convertImports(List<AbsItfImport> imports, Class<ImptImpl> imptimpl, SNew newDesc)Constructors in org.ow2.easywsdl.schema.decorator with parameters of type AbsItfImport Constructor Description DecoratorImportImpl(AbsItfImport<S> impt) -
Uses of AbsItfImport in org.ow2.easywsdl.schema.impl
Classes in org.ow2.easywsdl.schema.impl that implement AbsItfImport Modifier and Type Class Description classImportImpl
-