);
// Use the Element Serializeration for elements
myRegister(Constants.SOAP_ELEMENT, org.w3c.dom.Element.class,
new ElementSerializerFactory(),
new ElementDeserializerFactory());
// Use the Document Serializeration for Document's
myRegister(Constants.SOAP_DOCUMENT, org.w3c.dom.Document.class,
new DocumentSerializerFactory(),
new DocumentDeserializerFactory());