org.codehaus.xfire.jaxb
Class JaxbTypeCreator
java.lang.Object
org.codehaus.xfire.jaxb.JaxbTypeCreator
- All Implemented Interfaces:
- org.codehaus.xfire.aegis.type.TypeCreator
public class JaxbTypeCreator
- extends Object
- implements org.codehaus.xfire.aegis.type.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(org.codehaus.xfire.aegis.type.TypeCreator nextCreator,
javax.xml.bind.JAXBContext jaxbContext)
getParent
public org.codehaus.xfire.aegis.type.TypeCreator getParent()
- Specified by:
getParent
in interface org.codehaus.xfire.aegis.type.TypeCreator
setParent
public void setParent(org.codehaus.xfire.aegis.type.TypeCreator creator)
- Specified by:
setParent
in interface org.codehaus.xfire.aegis.type.TypeCreator
getElementName
public QName getElementName(Method m,
int index)
- Specified by:
getElementName
in interface org.codehaus.xfire.aegis.type.TypeCreator
createType
public org.codehaus.xfire.aegis.type.Type createType(Method m,
int index)
- Specified by:
createType
in interface org.codehaus.xfire.aegis.type.TypeCreator
isJaxbType
public static boolean isJaxbType(Class clazz)
createType
public org.codehaus.xfire.aegis.type.Type createType(PropertyDescriptor pd)
- Specified by:
createType
in interface org.codehaus.xfire.aegis.type.TypeCreator
createType
public org.codehaus.xfire.aegis.type.Type createType(Field f)
- Specified by:
createType
in interface org.codehaus.xfire.aegis.type.TypeCreator
createType
public org.codehaus.xfire.aegis.type.Type createType(Class clazz)
- Specified by:
createType
in interface org.codehaus.xfire.aegis.type.TypeCreator
setTypeMapping
public void setTypeMapping(org.codehaus.xfire.aegis.type.TypeMapping typeMapping)
- Specified by:
setTypeMapping
in interface org.codehaus.xfire.aegis.type.TypeCreator
Copyright © 2004-2013. All Rights Reserved.