Uses of Interface
org.apache.cxf.aegis.type.TypeCreator
-
Packages that use TypeCreator Package Description org.apache.cxf.aegis org.apache.cxf.aegis.type org.apache.cxf.aegis.type.java5 -
-
Uses of TypeCreator in org.apache.cxf.aegis
Methods in org.apache.cxf.aegis that return TypeCreator Modifier and Type Method Description TypeCreatorAegisContext. createTypeCreator() -
Uses of TypeCreator in org.apache.cxf.aegis.type
Classes in org.apache.cxf.aegis.type that implement TypeCreator Modifier and Type Class Description classAbstractTypeCreatorclassDefaultTypeCreatorclassXMLTypeCreatorDeduce mapping information from an xml file.Methods in org.apache.cxf.aegis.type that return TypeCreator Modifier and Type Method Description TypeCreatorAbstractTypeCreator. getParent()TypeCreatorTypeCreator. getParent()TypeCreatorAbstractTypeCreator. getTopCreator()TypeCreatorDefaultTypeMapping. getTypeCreator()TypeCreatorTypeMapping. getTypeCreator()Methods in org.apache.cxf.aegis.type with parameters of type TypeCreator Modifier and Type Method Description voidAbstractTypeCreator. setParent(TypeCreator parent)voidTypeCreator. setParent(TypeCreator creator)voidDefaultTypeMapping. setTypeCreator(TypeCreator typeCreator) -
Uses of TypeCreator in org.apache.cxf.aegis.type.java5
Classes in org.apache.cxf.aegis.type.java5 that implement TypeCreator Modifier and Type Class Description classJava5TypeCreator
-