org.apache.ws.commons.schema.extensions
Class DefaultExtensionSerializer

java.lang.Object
  extended by org.apache.ws.commons.schema.extensions.DefaultExtensionSerializer
All Implemented Interfaces:
ExtensionSerializer

public class DefaultExtensionSerializer
extends java.lang.Object
implements ExtensionSerializer


Constructor Summary
DefaultExtensionSerializer()
           
 
Method Summary
 void serialize(XmlSchemaObject schemaObject, java.lang.Class classOfType, org.w3c.dom.Node node)
          serialize the given element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExtensionSerializer

public DefaultExtensionSerializer()
Method Detail

serialize

public void serialize(XmlSchemaObject schemaObject,
                      java.lang.Class classOfType,
                      org.w3c.dom.Node node)
serialize the given element

Specified by:
serialize in interface ExtensionSerializer
Parameters:
schemaObject - - Parent schema element
classOfType - - the class of the object to be serialized
node - - The DOM Node that is the parent of the serialzation


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.