org.codehaus.xfire.castor
Class CastorTypeMappingRegistry

java.lang.Object
  extended by DefaultTypeMappingRegistry
      extended by org.codehaus.xfire.castor.CastorTypeMappingRegistry

public class CastorTypeMappingRegistry
extends DefaultTypeMappingRegistry

TypeMappingRegistry factory class for creating CastorTypeCreator classes.

Author:
Adam Kramer, Paul Saxman
See Also:
org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry

Constructor Summary
CastorTypeMappingRegistry()
           
 
Method Summary
protected  TypeCreator createTypeCreator()
           
 void setMappingFile(java.lang.String file)
          Sets the name of the Castor mapping file to use for de/marshalling.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CastorTypeMappingRegistry

public CastorTypeMappingRegistry()
Method Detail

setMappingFile

public void setMappingFile(java.lang.String file)
Sets the name of the Castor mapping file to use for de/marshalling.

Parameters:
file - The name of the Castor mapping file used for de/marshalling which presently needs to be in the classpath.

createTypeCreator

protected TypeCreator createTypeCreator()


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.