org.codehaus.xfire.aegis.type
Interface TypeCreator

All Known Implementing Classes:
AbstractTypeCreator

public interface TypeCreator

Author:
Dan Diephouse

Method Summary
 Type createType(java.lang.Class clazz)
           
 Type createType(java.lang.reflect.Field f)
           
 Type createType(java.lang.reflect.Method m, int index)
           
 Type createType(java.beans.PropertyDescriptor pd)
           
 void setTypeMapping(TypeMapping typeMapping)
           
 

Method Detail

createType

public Type createType(java.lang.reflect.Method m,
                       int index)

createType

public Type createType(java.beans.PropertyDescriptor pd)

createType

public Type createType(java.lang.reflect.Field f)

createType

public Type createType(java.lang.Class clazz)

setTypeMapping

public void setTypeMapping(TypeMapping typeMapping)


Copyright © 2004-2006 null. All Rights Reserved.