org.codehaus.xfire.jaxb
Class JaxbTypeCreator
java.lang.Object
org.codehaus.xfire.jaxb.JaxbTypeCreator
- All Implemented Interfaces:
- TypeCreator
public class JaxbTypeCreator
- extends java.lang.Object
- implements TypeCreator
User: chris
Date: Aug 12, 2005
Time: 5:32:07 PM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbTypeCreator
public JaxbTypeCreator(TypeCreator nextCreator,
JAXBContext jaxbContext)
createType
public Type createType(java.lang.reflect.Method m,
int index)
- Specified by:
createType
in interface TypeCreator
isJaxbType
public static boolean isJaxbType(java.lang.Class clazz)
createType
public Type createType(java.beans.PropertyDescriptor pd)
- Specified by:
createType
in interface TypeCreator
createType
public Type createType(java.lang.reflect.Field f)
- Specified by:
createType
in interface TypeCreator
createType
public Type createType(java.lang.Class clazz)
- Specified by:
createType
in interface TypeCreator
setTypeMapping
public void setTypeMapping(TypeMapping typeMapping)
- Specified by:
setTypeMapping
in interface TypeCreator
Copyright © 2004-2005 Codehaus. All Rights Reserved.