|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.type.CustomTypeMapping
org.codehaus.xfire.type.AutoTypeMapping
public class AutoTypeMapping
A type mapping which automatically generates types for java classes which are not registered, allowing easy deployment of java services.
Constructor Summary | |
---|---|
AutoTypeMapping()
|
|
AutoTypeMapping(TypeMapping defaultTM)
|
Method Summary | |
---|---|
protected Type |
findTypeForClass(java.lang.Class javaType)
Tries to determine a type class automatically from the type. |
Type |
getType(java.lang.Class javaType)
|
Methods inherited from class org.codehaus.xfire.type.CustomTypeMapping |
---|
getEncodingStyleURI, getType, getTypeQName, isRegistered, isRegistered, register, register, removeType, setEncodingStyleURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AutoTypeMapping(TypeMapping defaultTM)
public AutoTypeMapping()
Method Detail |
---|
protected Type findTypeForClass(java.lang.Class javaType)
javaType
-
public Type getType(java.lang.Class javaType)
getType
in interface TypeMapping
getType
in class CustomTypeMapping
TypeMapping.getType(java.lang.Class)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |