Uses of Class
org.codehaus.xfire.aegis.type.Type

Packages that use Type
org.codehaus.xfire.aegis   
org.codehaus.xfire.aegis.type   
org.codehaus.xfire.aegis.type.basic   
org.codehaus.xfire.aegis.type.collection   
org.codehaus.xfire.aegis.type.mtom   
org.codehaus.xfire.aegis.type.xml   
 

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, java.lang.Class clazz)
           
static Type AegisBindingProvider.getWriteType(org.codehaus.xfire.MessageContext context, java.lang.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, java.lang.Object value, Type type)
           
 

Uses of Type in org.codehaus.xfire.aegis.type
 

Methods in org.codehaus.xfire.aegis.type that return Type
protected  Type AbstractTypeCreator.createArrayType(AbstractTypeCreator.TypeClassInfo info)
           
abstract  Type AbstractTypeCreator.createCollectionType(AbstractTypeCreator.TypeClassInfo info)
           
 Type XMLTypeCreator.createCollectionType(AbstractTypeCreator.TypeClassInfo info)
           
 Type DefaultTypeCreator.createCollectionType(AbstractTypeCreator.TypeClassInfo info)
           
protected  Type AbstractTypeCreator.createCollectionTypeFromGeneric(AbstractTypeCreator.TypeClassInfo info)
           
abstract  Type AbstractTypeCreator.createDefaultType(AbstractTypeCreator.TypeClassInfo info)
           
 Type XMLTypeCreator.createDefaultType(AbstractTypeCreator.TypeClassInfo info)
           
 Type DefaultTypeCreator.createDefaultType(AbstractTypeCreator.TypeClassInfo info)
           
 Type AbstractTypeCreator.createEnumType(AbstractTypeCreator.TypeClassInfo info)
           
 Type XMLTypeCreator.createEnumType(AbstractTypeCreator.TypeClassInfo info)
           
protected  Type AbstractTypeCreator.createHolderType(AbstractTypeCreator.TypeClassInfo info)
           
protected  Type AbstractTypeCreator.createMapType(AbstractTypeCreator.TypeClassInfo info)
           
protected  Type AbstractTypeCreator.createMapType(AbstractTypeCreator.TypeClassInfo info, Type keyType, Type valueType)
           
 Type AbstractTypeCreator.createType(java.lang.Class clazz)
           
 Type TypeCreator.createType(java.lang.Class clazz)
           
 Type AbstractTypeCreator.createType(java.lang.reflect.Field f)
          Create type information for a Field.
 Type TypeCreator.createType(java.lang.reflect.Field f)
           
 Type AbstractTypeCreator.createType(java.lang.reflect.Method m, int index)
          Create a Type for a Method parameter.
 Type TypeCreator.createType(java.lang.reflect.Method m, int index)
           
 Type AbstractTypeCreator.createType(java.beans.PropertyDescriptor pd)
          Create type information for a PropertyDescriptor.
 Type TypeCreator.createType(java.beans.PropertyDescriptor pd)
           
 Type AbstractTypeCreator.createTypeForClass(AbstractTypeCreator.TypeClassInfo info)
           
protected  Type AbstractTypeCreator.createUserType(AbstractTypeCreator.TypeClassInfo info)
           
protected  Type AbstractTypeCreator.getOrCreateGenericType(AbstractTypeCreator.TypeClassInfo info)
           
protected  Type XMLTypeCreator.getOrCreateGenericType(AbstractTypeCreator.TypeClassInfo info)
           
protected  Type AbstractTypeCreator.getOrCreateMapKeyType(AbstractTypeCreator.TypeClassInfo info)
           
protected  Type XMLTypeCreator.getOrCreateMapKeyType(AbstractTypeCreator.TypeClassInfo info)
           
protected  Type AbstractTypeCreator.getOrCreateMapValueType(AbstractTypeCreator.TypeClassInfo info)
           
protected  Type XMLTypeCreator.getOrCreateMapValueType(AbstractTypeCreator.TypeClassInfo info)
           
 Type TypeMapping.getType(java.lang.Class javaType)
           
 Type CustomTypeMapping.getType(java.lang.Class javaType)
           
 Type TypeMapping.getType(javax.xml.namespace.QName xmlType)
           
 Type CustomTypeMapping.getType(javax.xml.namespace.QName xmlType)
           
 

Methods in org.codehaus.xfire.aegis.type with parameters of type Type
protected  javax.xml.namespace.QName AbstractTypeCreator.createCollectionQName(AbstractTypeCreator.TypeClassInfo info, Type type)
           
protected  javax.xml.namespace.QName AbstractTypeCreator.createMapQName(AbstractTypeCreator.TypeClassInfo info, Type keyType, Type valueType)
           
protected  Type AbstractTypeCreator.createMapType(AbstractTypeCreator.TypeClassInfo info, Type keyType, Type valueType)
           
 void TypeMapping.register(java.lang.Class javaType, javax.xml.namespace.QName xmlType, Type type)
           
 void CustomTypeMapping.register(java.lang.Class javaType, javax.xml.namespace.QName xmlType, Type type)
           
 void TypeMapping.register(Type type)
           
 void CustomTypeMapping.register(Type type)
           
protected  void DefaultTypeMappingRegistry.register(TypeMapping tm, java.lang.Class class1, javax.xml.namespace.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(javax.xml.namespace.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(javax.xml.namespace.QName name, Type type)
           
protected  void ArrayType.writeValue(java.lang.Object value, MessageWriter writer, org.codehaus.xfire.MessageContext context, Type type, java.lang.String name, java.lang.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(javax.xml.namespace.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.
 



Copyright © 2004-2008. All Rights Reserved.