Groovy Documentation

src.java.org.grails.xfire.aegis.type
Interface TypeCreator


interface TypeCreator

author:
Dan Diephouse


Method Summary
Type createType(Method m, int index)

Type createType(PropertyDescriptor pd)

Type createType(Field f)

Type createType(java.lang.Class clazz)

QName getElementName(Method m, int index)

Get the mapped name of a method parameter.

TypeCreator getParent()

void setParent(TypeCreator creator)

void setTypeMapping(TypeMapping typeMapping)

 

Method Detail

createType

public Type createType(Method m, int index)


createType

public Type createType(PropertyDescriptor pd)


createType

public Type createType(Field f)


createType

public Type createType(java.lang.Class clazz)


getElementName

public QName getElementName(Method m, int index)
Get the mapped name of a method parameter.
param:
m
param:
index
return:


getParent

public TypeCreator getParent()


setParent

public void setParent(TypeCreator creator)


setTypeMapping

public void setTypeMapping(TypeMapping typeMapping)


 

Groovy Documentation