Uses of Class
org.apache.cxf.aegis.type.basic.BeanTypeInfo
-
Packages that use BeanTypeInfo Package Description org.apache.cxf.aegis.type.basic org.apache.cxf.aegis.type.encoded org.apache.cxf.aegis.type.java5 -
-
Uses of BeanTypeInfo in org.apache.cxf.aegis.type.basic
Subclasses of BeanTypeInfo in org.apache.cxf.aegis.type.basic Modifier and Type Class Description classXMLBeanTypeInfoMethods in org.apache.cxf.aegis.type.basic that return BeanTypeInfo Modifier and Type Method Description BeanTypeInfoBeanType. createTypeInfo()Create type info based in the type class.protected BeanTypeInfoBeanType. getBeanTypeInfoWithProperty(QName name)BeanTypeInfoBeanType. getTypeInfo()Return the type info.Methods in org.apache.cxf.aegis.type.basic with parameters of type BeanTypeInfo Modifier and Type Method Description protected AegisTypeBeanType. getElementType(QName name, BeanTypeInfo beanTypeInfo, MessageReader reader, Context context)protected voidBeanType. writeProperty(QName name, Object object, Object property, Class<?> impl, BeanTypeInfo inf)Write the specified property to a field.Constructors in org.apache.cxf.aegis.type.basic with parameters of type BeanTypeInfo Constructor Description BeanType(BeanTypeInfo info)Construct a type info given a full BeanTypeInfo. -
Uses of BeanTypeInfo in org.apache.cxf.aegis.type.encoded
Methods in org.apache.cxf.aegis.type.encoded that return BeanTypeInfo Modifier and Type Method Description protected BeanTypeInfoStructType. getBeanTypeInfoWithProperty(QName name)Gets the BeanTypeInfo using an unqualified name.Methods in org.apache.cxf.aegis.type.encoded with parameters of type BeanTypeInfo Modifier and Type Method Description protected AegisTypeStructType. getElementType(QName name, BeanTypeInfo beanTypeInfo, MessageReader reader, Context context)Returns a SoapRefType wrapping the actual type.protected voidStructType. writeProperty(QName name, Object object, Object property, Class<?> impl, BeanTypeInfo inf)Adds special handeling for SoapRefsConstructors in org.apache.cxf.aegis.type.encoded with parameters of type BeanTypeInfo Constructor Description StructType(BeanTypeInfo info) -
Uses of BeanTypeInfo in org.apache.cxf.aegis.type.java5
Subclasses of BeanTypeInfo in org.apache.cxf.aegis.type.java5 Modifier and Type Class Description classAnnotatedTypeInfo
-