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

Packages that use AbsItfElement
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 AbsItfElement in org.ow2.easywsdl.schema
 

Methods in org.ow2.easywsdl.schema that return AbsItfElement
 AbsItfElement DefaultSchemaImpl.createElement()
           
 AbsItfElement DefaultSchemaImpl.getElement(javax.xml.namespace.QName element)
           
 

Methods in org.ow2.easywsdl.schema that return types with arguments of type AbsItfElement
 java.util.List<AbsItfElement> DefaultSchemaImpl.findElementsInAllSchema(javax.xml.namespace.QName element)
           
 java.util.List<AbsItfElement> DefaultSchemaImpl.getElements()
           
 

Methods in org.ow2.easywsdl.schema with parameters of type AbsItfElement
 void DefaultSchemaImpl.addElement(AbsItfElement elmt)
           
 

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

Subinterfaces of AbsItfElement in org.ow2.easywsdl.schema.api
 interface Element
           
 

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

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

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

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

Classes in org.ow2.easywsdl.schema.api.abstractElmt that implement AbsItfElement
 class AbstractElementImpl<E,T extends AbsItfType>
           
 

Fields in org.ow2.easywsdl.schema.api.abstractElmt declared as AbsItfElement
protected  AbsItfElement AbstractElementImpl.referencedElement
          referenced element
 

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

Classes in org.ow2.easywsdl.schema.decorator with type parameters of type AbsItfElement
 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 DecoratorAllImpl<E extends AbsItfElement>
           
 class DecoratorChoiceImpl<E extends AbsItfElement>
           
 class DecoratorSchemaImpl<T extends AbsItfType,E extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport>
           
 class DecoratorSequenceImpl<E extends AbsItfElement>
           
 

Fields in org.ow2.easywsdl.schema.decorator declared as AbsItfElement
protected  AbsItfElement DecoratorElementImpl.element
           
 

Methods in org.ow2.easywsdl.schema.decorator with parameters of type AbsItfElement
protected  ENew AbstractSchemaConverter.convertElement(AbsItfElement oldElement, java.lang.Class<EImpl> eimpl)
          Convert all wsdl element
 

Method parameters in org.ow2.easywsdl.schema.decorator with type arguments of type AbsItfElement
protected  void AbstractSchemaConverter.convertElements(java.util.List<AbsItfElement> elements, java.lang.Class<EImpl> eimpl, SNew newDesc)
           
 

Constructors in org.ow2.easywsdl.schema.decorator with parameters of type AbsItfElement
DecoratorElementImpl(AbsItfElement element, java.lang.Class<? extends T> tSImpl, java.lang.Class<? extends T> tCImpl)
           
 

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

Classes in org.ow2.easywsdl.schema.impl that implement AbsItfElement
 class ElementImpl
           
 



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