myRegister(Constants.SOAP_ELEMENT, org.w3c.dom.Element.class,
new ElementSerializerFactory(),
new ElementDeserializerFactory(), false);
myRegister(Constants.SOAP_VECTOR, java.util.Vector.class,
null,
new VectorDeserializerFactory(java.util.Vector.class,
Constants.SOAP_VECTOR),
false);
// All array objects automatically get associated with the SOAP_ARRAY.
// There is no way to do this with a hash table,