|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TypeCreator
| Method Summary | |
|---|---|
TypeClassInfo |
createBasicClassInfo(Class<?> itemClass)
Retrieve the class info for a class. |
TypeClassInfo |
createClassInfo(Method m,
int index)
Retrieve the classInfo for a method. |
Type |
createType(Class clazz)
|
Type |
createType(Field f)
|
Type |
createType(Method m,
int index)
|
Type |
createType(PropertyDescriptor pd)
|
Type |
createType(Type type)
|
Type |
createTypeForClass(TypeClassInfo info)
Turn a TypeClassInfo into a type. |
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 |
|---|
QName getElementName(Method m,
int index)
m - index -
Type createType(Method m,
int index)
Type createType(PropertyDescriptor pd)
Type createType(Type type)
Type createType(Field f)
Type createType(Class clazz)
TypeCreator getParent()
void setParent(TypeCreator creator)
void setTypeMapping(TypeMapping typeMapping)
TypeClassInfo createClassInfo(Method m,
int index)
m - Method objectindex - index in the parameter list
TypeClassInfo createBasicClassInfo(Class<?> itemClass)
itemClass -
Type createTypeForClass(TypeClassInfo info)
info -
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||