Apache CXF API

Uses of Class
org.apache.cxf.aegis.type.basic.BeanTypeInfo

Packages that use BeanTypeInfo
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
 class XMLBeanTypeInfo
           
 

Methods in org.apache.cxf.aegis.type.basic that return BeanTypeInfo
 BeanTypeInfo BeanType.createTypeInfo()
          Create type info based in the type class.
protected  BeanTypeInfo BeanType.getBeanTypeInfoWithProperty(QName name)
           
 BeanTypeInfo BeanType.getTypeInfo()
          Return the type info.
 

Methods in org.apache.cxf.aegis.type.basic with parameters of type BeanTypeInfo
protected  AegisType BeanType.getElementType(QName name, BeanTypeInfo beanTypeInfo, MessageReader reader, Context context)
           
protected  void BeanType.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
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
protected  BeanTypeInfo StructType.getBeanTypeInfoWithProperty(QName name)
          Gets the BeanTypeInfo using an unqualified name.
 

Methods in org.apache.cxf.aegis.type.encoded with parameters of type BeanTypeInfo
protected  AegisType StructType.getElementType(QName name, BeanTypeInfo beanTypeInfo, MessageReader reader, Context context)
          Returns a SoapRefType wrapping the actual type.
protected  void StructType.writeProperty(QName name, Object object, Object property, Class impl, BeanTypeInfo inf)
          Adds special handeling for SoapRefs
 

Constructors in org.apache.cxf.aegis.type.encoded with parameters of type BeanTypeInfo
StructType(BeanTypeInfo info)
           
 

Uses of BeanTypeInfo in org.apache.cxf.aegis.type.java5
 

Subclasses of BeanTypeInfo in org.apache.cxf.aegis.type.java5
 class AnnotatedTypeInfo
           
 


Apache CXF API

Apache CXF