org.apache.ws.commons.schema.extensions
Class DefaultExtensionSerializer
java.lang.Object
org.apache.ws.commons.schema.extensions.DefaultExtensionSerializer
- All Implemented Interfaces:
- ExtensionSerializer
public class DefaultExtensionSerializer
- extends Object
- implements ExtensionSerializer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultExtensionSerializer
public DefaultExtensionSerializer()
serialize
public void serialize(XmlSchemaObject schemaObject,
Class<?> classOfType,
Node node)
- serialize the given element
- Specified by:
serialize
in interface ExtensionSerializer
- Parameters:
schemaObject
- - Parent schema elementclassOfType
- - the class of the object to be serializednode
- - The DOM Node that is the parent of the serialzation
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.