|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Type in org.codehaus.xfire.aegis |
---|
Methods in org.codehaus.xfire.aegis that return Type | |
---|---|
static Type |
AegisBindingProvider.getReadType(javax.xml.stream.XMLStreamReader xsr,
org.codehaus.xfire.MessageContext context,
Type type)
|
static Type |
AegisBindingProvider.getReadType(javax.xml.stream.XMLStreamReader xsr,
org.codehaus.xfire.MessageContext context,
Type type,
TypeMapping tm)
|
Type |
AegisBindingProvider.getType(org.codehaus.xfire.service.Service service,
Class clazz)
|
static Type |
AegisBindingProvider.getWriteType(org.codehaus.xfire.MessageContext context,
Object value,
Type type)
|
Methods in org.codehaus.xfire.aegis with parameters of type Type | |
---|---|
static Type |
AegisBindingProvider.getReadType(javax.xml.stream.XMLStreamReader xsr,
org.codehaus.xfire.MessageContext context,
Type type)
|
static Type |
AegisBindingProvider.getReadType(javax.xml.stream.XMLStreamReader xsr,
org.codehaus.xfire.MessageContext context,
Type type,
TypeMapping tm)
|
static Type |
AegisBindingProvider.getWriteType(org.codehaus.xfire.MessageContext context,
Object value,
Type type)
|
Uses of Type in org.codehaus.xfire.aegis.type |
---|
Methods in org.codehaus.xfire.aegis.type with parameters of type Type | |
---|---|
protected QName |
AbstractTypeCreator.createCollectionQName(AbstractTypeCreator.TypeClassInfo info,
Type type)
|
protected QName |
AbstractTypeCreator.createMapQName(AbstractTypeCreator.TypeClassInfo info,
Type keyType,
Type valueType)
|
protected Type |
AbstractTypeCreator.createMapType(AbstractTypeCreator.TypeClassInfo info,
Type keyType,
Type valueType)
|
void |
TypeMapping.register(Class javaType,
QName xmlType,
Type type)
|
void |
CustomTypeMapping.register(Class javaType,
QName xmlType,
Type type)
|
void |
TypeMapping.register(Type type)
|
void |
CustomTypeMapping.register(Type type)
|
protected void |
DefaultTypeMappingRegistry.register(TypeMapping tm,
Class class1,
QName name,
Type type)
|
void |
TypeMapping.removeType(Type type)
|
void |
CustomTypeMapping.removeType(Type type)
|
Uses of Type in org.codehaus.xfire.aegis.type.basic |
---|
Subclasses of Type in org.codehaus.xfire.aegis.type.basic | |
---|---|
class |
ArrayType
An ArrayType. |
class |
Base64Type
Converts back and forth to byte[] objects. |
class |
BeanType
Serializes JavaBeans. |
class |
BigDecimalType
Type for a BigDecimal |
class |
BigIntegerType
Type for a BigInteger |
class |
BooleanType
|
class |
CalendarType
Type for the Calendar class. |
class |
CharacterType
|
class |
DateTimeType
Type for the Date class which serializes as an xsd:dateTime. |
class |
DateType
Type for the Date class which serializes as an xsd:date (no time information). |
class |
DoubleType
|
class |
FloatType
|
class |
HolderType
A holder type which makes multiple out parameters possible. |
class |
IntType
SimpleSerializer |
class |
LongType
|
class |
ObjectType
Type for runtime inspection of types. |
class |
ShortType
|
class |
SqlDateType
Type for the java.sql.Date class which serializes as an xsd:date (no time information). |
class |
StringType
|
class |
TimestampType
Type for the Time class which serializes to an xs:time. |
class |
TimeType
Type for the Time class which serializes to an xs:time. |
class |
URIType
Type for a URI |
Methods in org.codehaus.xfire.aegis.type.basic that return Type | |
---|---|
Type |
ArrayType.getComponentType()
Get the Type of the elements in the array. |
Type |
HolderType.getDelegate()
|
Type |
BeanTypeInfo.getType(QName name)
Get the type class for the field with the specified QName. |
Methods in org.codehaus.xfire.aegis.type.basic with parameters of type Type | |
---|---|
void |
BeanTypeInfo.mapType(QName name,
Type type)
|
protected void |
ArrayType.writeValue(Object value,
MessageWriter writer,
org.codehaus.xfire.MessageContext context,
Type type,
String name,
String ns)
|
Constructors in org.codehaus.xfire.aegis.type.basic with parameters of type Type | |
---|---|
HolderType(Type delegate)
|
Uses of Type in org.codehaus.xfire.aegis.type.collection |
---|
Subclasses of Type in org.codehaus.xfire.aegis.type.collection | |
---|---|
class |
CollectionType
|
class |
MapType
|
Methods in org.codehaus.xfire.aegis.type.collection that return Type | |
---|---|
Type |
CollectionType.getComponentType()
|
Type |
MapType.getKeyType()
|
Type |
MapType.getValueType()
|
Constructors in org.codehaus.xfire.aegis.type.collection with parameters of type Type | |
---|---|
CollectionType(Type componentType)
|
|
MapType(QName schemaType,
Type keyType,
Type valueType)
|
Uses of Type in org.codehaus.xfire.aegis.type.mtom |
---|
Subclasses of Type in org.codehaus.xfire.aegis.type.mtom | |
---|---|
class |
AbstractXOPType
|
class |
ByteArrayType
|
class |
DataHandlerType
|
class |
DataSourceType
|
Uses of Type in org.codehaus.xfire.aegis.type.xml |
---|
Subclasses of Type in org.codehaus.xfire.aegis.type.xml | |
---|---|
class |
DocumentType
Reads and writes org.w3c.dom.Document types. |
class |
JDOMDocumentType
Reads and writes org.w3c.dom.Document types. |
class |
JDOMElementType
Reads and writes org.w3c.dom.Document types. |
class |
SourceType
Reads and writes javax.xml.transform.Source types. |
class |
XMLStreamReaderType
Reads and writes org.w3c.dom.Document types. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |