org.apache.commons.betwixt.schema
Class DataTypeMapper

java.lang.Object
  extended by org.apache.commons.betwixt.schema.DataTypeMapper
Direct Known Subclasses:
DefaultDataTypeMapper

public abstract class DataTypeMapper
extends Object

Maps Java simple data types into XML schema data types.

This pluggable strategy is used to allow the mapping of (simple) java types into XML schema data types to be customized.

Version:
$Revision: 561314 $
Author:
Apache Commons Team

Constructor Summary
DataTypeMapper()
           
 
Method Summary
abstract  String toXMLSchemaDataType(Class type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataTypeMapper

public DataTypeMapper()
Method Detail

toXMLSchemaDataType

public abstract String toXMLSchemaDataType(Class type)


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.