xdrs_util
Class XsoapTypeHandlerRegistry
java.lang.Object
xsul.type_handler.TypeHandlerRegistry
xdrs_util.XsoapTypeHandlerRegistry
- public class XsoapTypeHandlerRegistry
- extends xsul.type_handler.TypeHandlerRegistry
- Version:
- $Revision: 1.1 $ $Date: 2005/05/06 21:31:08 $ (GMT)
- Author:
- Aleksander Slominski, matt
| Methods inherited from class xsul.type_handler.TypeHandlerRegistry |
enableTypeHandlers, getTopRegistry, localLookupHandlerForJavaType, localLookupHandlerForXmlType, registerHandler, setTopRegistry |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XsoapTypeHandlerRegistry
protected XsoapTypeHandlerRegistry()
getInstance
public static XsoapTypeHandlerRegistry getInstance()
javaToXmlElement
public org.xmlpull.v1.builder.XmlElement javaToXmlElement(java.lang.Object javaValue,
java.lang.String elNamespaceName,
java.lang.String elName)
throws xsul.type_handler.TypeHandlerException
- Throws:
xsul.type_handler.TypeHandlerException
xmlElementToJava
public java.lang.Object xmlElementToJava(org.xmlpull.v1.builder.XmlElement xmlElValue,
java.lang.Class expectedType)
throws xsul.type_handler.TypeHandlerException
- Throws:
xsul.type_handler.TypeHandlerException