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