org.codehaus.xfire.aegis.type
Interface TypeCreator
- All Known Implementing Classes:
- AbstractTypeCreator, DefaultTypeCreator, XMLTypeCreator
public interface TypeCreator
- Author:
- Dan Diephouse
getElementName
QName getElementName(Method m,
int index)
- Get the mapped name of a method parameter.
- Parameters:
m
- index
-
- Returns:
createType
Type createType(Method m,
int index)
createType
Type createType(PropertyDescriptor pd)
createType
Type createType(Field f)
createType
Type createType(Class clazz)
setTypeMapping
void setTypeMapping(TypeMapping typeMapping)
getParent
TypeCreator getParent()
setParent
void setParent(TypeCreator creator)
Copyright © 2004-2013. All Rights Reserved.