|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(javax.xml.namespace.QName name)
|
BeanTypeInfo |
BeanType.getTypeInfo()
Return the type info. |
Methods in org.apache.cxf.aegis.type.basic with parameters of type BeanTypeInfo | |
---|---|
protected Type |
BeanType.getElementType(javax.xml.namespace.QName name,
BeanTypeInfo beanTypeInfo,
MessageReader reader,
Context context)
|
protected void |
BeanType.writeProperty(javax.xml.namespace.QName name,
java.lang.Object object,
java.lang.Object property,
java.lang.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(javax.xml.namespace.QName name)
Gets the BeanTypeInfo using an unqualified name. |
Methods in org.apache.cxf.aegis.type.encoded with parameters of type BeanTypeInfo | |
---|---|
protected Type |
StructType.getElementType(javax.xml.namespace.QName name,
BeanTypeInfo beanTypeInfo,
MessageReader reader,
Context context)
Returns a SoapRefType wrapping the actual type. |
protected void |
StructType.writeProperty(javax.xml.namespace.QName name,
java.lang.Object object,
java.lang.Object property,
java.lang.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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |