|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.java.mapping.CustomTypeMapping
org.codehaus.xfire.java.mapping.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 | |
---|---|
Type |
getType(java.lang.Class javaType)
|
Type |
getType(java.lang.Class javaType,
javax.xml.namespace.QName xmlType)
|
Methods inherited from class org.codehaus.xfire.java.mapping.CustomTypeMapping |
---|
getEncodingStyleURI, getType, getTypeQName, instantiateType, isRegistered, 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 |
---|
public Type getType(java.lang.Class javaType, javax.xml.namespace.QName xmlType)
getType
in interface TypeMapping
getType
in class CustomTypeMapping
org.codehaus.xfire.java.mapping.TypeMapping#getSerializer(java.lang.Class, javax.xml.namespace.QName)
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 |