Uses of Interface
org.apache.cxf.aegis.type.TypeMapping
Packages that use TypeMapping
Package
Description
-
Uses of TypeMapping in org.apache.cxf.aegis
Methods in org.apache.cxf.aegis that return TypeMappingModifier and TypeMethodDescriptionAegisContext.getTypeMapping()Return the type mapping object used by this context.Context.getTypeMapping()Methods in org.apache.cxf.aegis with parameters of type TypeMappingModifier and TypeMethodDescriptionvoidAegisContext.setTypeMapping(TypeMapping typeMapping) Set the type mapping object used by this context. -
Uses of TypeMapping in org.apache.cxf.aegis.databinding
Methods in org.apache.cxf.aegis.databinding with parameters of type TypeMappingModifier and TypeMethodDescriptionAegisDatabinding.getSuggestedName(org.apache.cxf.service.Service s, TypeMapping tm, org.apache.cxf.service.model.OperationInfo op, int param) protected voidAegisDatabinding.initializeMessage(org.apache.cxf.service.Service s, TypeMapping serviceTM, org.apache.cxf.service.model.AbstractMessageContainer container, int partType, Set<AegisType> deps) -
Uses of TypeMapping in org.apache.cxf.aegis.type
Classes in org.apache.cxf.aegis.type that implement TypeMappingModifier and TypeClassDescriptionclassThe implementation of the Aegis type map.Fields in org.apache.cxf.aegis.type declared as TypeMappingMethods in org.apache.cxf.aegis.type that return TypeMappingModifier and TypeMethodDescriptionDefaultTypeMapping.getParent()AbstractTypeCreator.getTypeMapping()AegisType.getTypeMapping()Methods in org.apache.cxf.aegis.type with parameters of type TypeMappingModifier and TypeMethodDescriptionvoidAbstractTypeCreator.setTypeMapping(TypeMapping typeMapping) voidAegisType.setTypeMapping(TypeMapping typeMapping) voidTypeCreator.setTypeMapping(TypeMapping typeMapping) Constructors in org.apache.cxf.aegis.type with parameters of type TypeMapping -
Uses of TypeMapping in org.apache.cxf.aegis.type.basic
Methods in org.apache.cxf.aegis.type.basic that return TypeMappingMethods in org.apache.cxf.aegis.type.basic with parameters of type TypeMappingModifier and TypeMethodDescriptionvoidBeanType.setTypeMapping(TypeMapping typeMapping) voidBeanTypeInfo.setTypeMapping(TypeMapping typeMapping) -
Uses of TypeMapping in org.apache.cxf.aegis.type.encoded
Methods in org.apache.cxf.aegis.type.encoded that return TypeMappingMethods in org.apache.cxf.aegis.type.encoded with parameters of type TypeMappingConstructors in org.apache.cxf.aegis.type.encoded with parameters of type TypeMappingModifierConstructorDescriptionArrayTypeInfo(MessageReader reader, TypeMapping tm) TrailingBlocks(TypeMapping typeMapping) -
Uses of TypeMapping in org.apache.cxf.aegis.type.java5
Constructors in org.apache.cxf.aegis.type.java5 with parameters of type TypeMappingModifierConstructorDescriptionAnnotatedTypeInfo(TypeMapping tm, Class<?> typeClass, String ns, AnnotationReader annotationReader, TypeCreationOptions typeCreationOptions) AnnotatedTypeInfo(TypeMapping tm, Class<?> typeClass, String ns, TypeCreationOptions typeCreationOptions)