Uses of Interface
org.apache.cxf.aegis.type.TypeMapping
-
-
Uses of TypeMapping in org.apache.cxf.aegis
Methods in org.apache.cxf.aegis that return TypeMapping Modifier and Type Method Description TypeMappingAegisContext. getTypeMapping()Return the type mapping object used by this context.TypeMappingContext. getTypeMapping()Methods in org.apache.cxf.aegis with parameters of type TypeMapping Modifier and Type Method Description voidAegisContext. 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 TypeMapping Modifier and Type Method Description QNameAegisDatabinding. getSuggestedName(Service s, TypeMapping tm, OperationInfo op, int param)protected voidAegisDatabinding. initializeMessage(Service s, TypeMapping serviceTM, 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 TypeMapping Modifier and Type Class Description classDefaultTypeMappingThe implementation of the Aegis type map.Fields in org.apache.cxf.aegis.type declared as TypeMapping Modifier and Type Field Description protected TypeMappingAbstractTypeCreator. tmMethods in org.apache.cxf.aegis.type that return TypeMapping Modifier and Type Method Description TypeMappingDefaultTypeMapping. getParent()TypeMappingAbstractTypeCreator. getTypeMapping()TypeMappingAegisType. getTypeMapping()Methods in org.apache.cxf.aegis.type with parameters of type TypeMapping Modifier and Type Method Description voidAbstractTypeCreator. setTypeMapping(TypeMapping typeMapping)voidAegisType. setTypeMapping(TypeMapping typeMapping)voidTypeCreator. setTypeMapping(TypeMapping typeMapping)Constructors in org.apache.cxf.aegis.type with parameters of type TypeMapping Constructor Description DefaultTypeMapping(String identifierURI, TypeMapping defaultTM) -
Uses of TypeMapping in org.apache.cxf.aegis.type.basic
Methods in org.apache.cxf.aegis.type.basic that return TypeMapping Modifier and Type Method Description TypeMappingBeanTypeInfo. getTypeMapping()Methods in org.apache.cxf.aegis.type.basic with parameters of type TypeMapping Modifier and Type Method Description voidBeanType. 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 TypeMapping Modifier and Type Method Description TypeMappingSoapRefType. getTypeMapping()Methods in org.apache.cxf.aegis.type.encoded with parameters of type TypeMapping Modifier and Type Method Description voidSoapRefType. setTypeMapping(TypeMapping typeMapping)Constructors in org.apache.cxf.aegis.type.encoded with parameters of type TypeMapping Constructor Description ArrayTypeInfo(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 TypeMapping Constructor Description AnnotatedTypeInfo(TypeMapping tm, Class<?> typeClass, String ns, AnnotationReader annotationReader, TypeCreationOptions typeCreationOptions)AnnotatedTypeInfo(TypeMapping tm, Class<?> typeClass, String ns, TypeCreationOptions typeCreationOptions)
-