|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttests.customext.elt.CustomElementSerializer
public class CustomElementSerializer
Custom element serializer
Constructor Summary | |
---|---|
CustomElementSerializer()
|
Method Summary | |
---|---|
void |
serialize(org.apache.ws.commons.schema.XmlSchemaObject schemaObject,
java.lang.Class classOfType,
org.w3c.dom.Node domNode)
serialize the given element |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomElementSerializer()
Method Detail |
---|
public void serialize(org.apache.ws.commons.schema.XmlSchemaObject schemaObject, java.lang.Class classOfType, org.w3c.dom.Node domNode)
serialize
in interface org.apache.ws.commons.schema.extensions.ExtensionSerializer
schemaObject
- - Parent schema object.contains the extension
to be serializedclassOfType
- - The class of type to be serializeddomNode
- - the parent DOM Node that will ultimately be serialized. The XMLSchema
serialization mechanism is to create a DOM tree first and serialize it
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |