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

Packages that use BeanType
org.apache.cxf.aegis.type.basic   
org.apache.cxf.aegis.type.encoded   
 

Uses of BeanType in org.apache.cxf.aegis.type.basic
 

Methods in org.apache.cxf.aegis.type.basic that return BeanType
 BeanType BeanType.getSuperType()
           
 

Uses of BeanType in org.apache.cxf.aegis.type.encoded
 

Subclasses of BeanType in org.apache.cxf.aegis.type.encoded
 class StructType
          StructType is a small extension of the BeanType which can properly read and write SOAP encoded structs.
 



Apache CXF