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 Object
implements ExtensionSerializer


Constructor Summary
DefaultExtensionSerializer()
           
 
Method Summary
 void serialize(XmlSchemaObject schemaObject, Class<?> classOfType, 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,
                      Class<?> classOfType,
                      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-2015 The Apache Software Foundation. All Rights Reserved.