|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Type | |
---|---|
org.codehaus.xfire.java.mapping | |
org.codehaus.xfire.java.type |
Uses of Type in org.codehaus.xfire.java.mapping |
---|
Methods in org.codehaus.xfire.java.mapping that return Type | |
---|---|
Type |
TypeMapping.getType(java.lang.Class javaType)
|
Type |
CustomTypeMapping.getType(java.lang.Class javaType)
|
Type |
AutoTypeMapping.getType(java.lang.Class javaType)
|
Type |
TypeMapping.getType(java.lang.Class javaType,
javax.xml.namespace.QName xmlType)
|
Type |
CustomTypeMapping.getType(java.lang.Class javaType,
javax.xml.namespace.QName xmlType)
|
Type |
AutoTypeMapping.getType(java.lang.Class javaType,
javax.xml.namespace.QName xmlType)
|
Type |
TypeMapping.getType(javax.xml.namespace.QName xmlType)
|
Type |
CustomTypeMapping.getType(javax.xml.namespace.QName xmlType)
|
Type |
CustomTypeMapping.instantiateType(java.lang.Class typeClass,
java.lang.Class clazz,
javax.xml.namespace.QName qname)
|
Uses of Type in org.codehaus.xfire.java.type |
---|
Subclasses of Type in org.codehaus.xfire.java.type | |
---|---|
class |
ArrayType
An ArrayType. |
class |
BeanType
Serializes JavaBeans. |
class |
BooleanType
SimpleSerializer |
class |
CalendarType
Type for the Calendar class. |
class |
DateType
Type for the Calendar class. |
class |
DoubleType
SimpleSerializer |
class |
FloatType
SimpleSerializer |
class |
IntType
SimpleSerializer |
class |
LongType
SimpleSerializer |
class |
StringType
SimpleSerializer |
Methods in org.codehaus.xfire.java.type that return Type | |
---|---|
protected Type |
ArrayType.getComponentType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |