xsul.soap11_type_handler
Class Soap11TypeHandlerRegistry
java.lang.Object
xsul.type_handler.TypeHandlerRegistry
xsul.soap11_type_handler.Soap11TypeHandlerRegistry
- public class Soap11TypeHandlerRegistry
- extends TypeHandlerRegistry
Support SOAP 1.1 encoding of arrays (currently only String[],int[],double[]).
- Version:
- $Revision: 1.9 $ $Date: 2004/09/02 14:23:14 $ (GMT)
- Author:
- Aleksander Slominski, matt
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static Soap11TypeHandlerRegistry getInstance()
getInstance
public static Soap11TypeHandlerRegistry getInstance(TypeHandlerRegistry parent)
javaToXmlElement
public XmlElement javaToXmlElement(java.lang.Object javaValue,
java.lang.String elNamespaceName,
java.lang.String elName)
throws TypeHandlerException
- Overrides:
javaToXmlElement in class TypeHandlerRegistry
- Throws:
TypeHandlerException
xmlElementToJava
public java.lang.Object xmlElementToJava(XmlElement xmlElValue,
java.lang.Class expectedType)
throws TypeHandlerException
- Overrides:
xmlElementToJava in class TypeHandlerRegistry
- Throws:
TypeHandlerException
IU Extreme! Lab (http://www.extreme.indiana.edu)