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
 Type AegisBindingProvider.getType(org.codehaus.xfire.service.Service service, java.lang.Class clazz)
           
 

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

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

Methods in org.codehaus.xfire.aegis.type with parameters of type Type
 void CustomTypeMapping.register(java.lang.Class javaType, javax.xml.namespace.QName xmlType, Type type)
           
 void CustomTypeMapping.register(Type type)
           
 void CustomTypeMapping.removeType(Type type)
           
 void TypeMapping.register(java.lang.Class javaType, javax.xml.namespace.QName xmlType, Type type)
           
 void TypeMapping.register(Type type)
           
 void TypeMapping.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 BooleanType
          SimpleSerializer
 class CalendarType
          Type for the Calendar class.
 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
          SimpleSerializer
 class FloatType
          SimpleSerializer
 class HolderType
          A holder type which makes multiple out parameters possible.
 class IntType
          SimpleSerializer
 class LongType
          SimpleSerializer
 class ObjectType
          Type for runtime inspection of types.
 class ShortType
          SimpleSerializer
 class SqlDateType
          Type for the java.sql.Date class which serializes as an xsd:date (no time information).
 class StringType
          SimpleSerializer
 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 BeanTypeInfo.getType(javax.xml.namespace.QName name)
          Get the type class for the field with the specified QName.
 Type HolderType.getDelegate()
           
 

Methods in org.codehaus.xfire.aegis.type.basic with parameters of 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)
           
 void BeanTypeInfo.mapType(javax.xml.namespace.QName name, Type type)
           
 

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 MapType.getKeyType()
           
 Type MapType.getValueType()
           
 Type CollectionType.getComponentType()
           
 

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

Subclasses of Type in org.codehaus.xfire.aegis.type.mtom
 class XOPType
           
 

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 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-2006 null. All Rights Reserved.