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)
getParent
public TypeCreator getParent()
- Specified by:
getParent
in interface TypeCreator
setParent
public void setParent(TypeCreator creator)
- Specified by:
setParent
in interface TypeCreator
getElementName
public javax.xml.namespace.QName getElementName(java.lang.reflect.Method m,
int index)
- Description copied from interface:
TypeCreator
- Get the mapped name of a method parameter.
- Specified by:
getElementName
in interface TypeCreator
- Returns:
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-2006 Envoi Solutions LLC. All Rights Reserved.