Uses of Class
org.apache.cxf.aegis.type.basic.BeanTypeInfo
Packages that use BeanTypeInfo
Package
Description
-
Uses of BeanTypeInfo in org.apache.cxf.aegis.type.basic
Subclasses of BeanTypeInfo in org.apache.cxf.aegis.type.basicMethods in org.apache.cxf.aegis.type.basic that return BeanTypeInfoModifier and TypeMethodDescriptionBeanType.createTypeInfo()Create type info based in the type class.protected BeanTypeInfoBeanType.getBeanTypeInfoWithProperty(QName name) BeanType.getTypeInfo()Return the type info.Methods in org.apache.cxf.aegis.type.basic with parameters of type BeanTypeInfoModifier and TypeMethodDescriptionprotected 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 BeanTypeInfoModifierConstructorDescriptionBeanType(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 BeanTypeInfoModifier and TypeMethodDescriptionprotected BeanTypeInfoStructType.getBeanTypeInfoWithProperty(QName name) Gets the BeanTypeInfo using an unqualified name.Methods in org.apache.cxf.aegis.type.encoded with parameters of type BeanTypeInfoModifier and TypeMethodDescriptionprotected 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 -
Uses of BeanTypeInfo in org.apache.cxf.aegis.type.java5
Subclasses of BeanTypeInfo in org.apache.cxf.aegis.type.java5