org.codehaus.xfire.jaxb2
Class JaxbTypeCreator
java.lang.Object
org.codehaus.xfire.jaxb2.JaxbTypeCreator
- All Implemented Interfaces:
- TypeCreator
public class JaxbTypeCreator
- extends java.lang.Object
- implements TypeCreator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbTypeCreator
public JaxbTypeCreator(TypeCreator nextCreator)
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
setParent
public void setParent(JaxbTypeCreator creator)
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:
getTypeMapping
public TypeMapping getTypeMapping()
createType
public Type createType(java.lang.reflect.Method m,
int index)
- Specified by:
createType
in interface TypeCreator
createJaxbType
protected Type createJaxbType(java.lang.Class clazz)
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.