|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttests.customext.attrib.CustomAttributeSerializer
public class CustomAttributeSerializer
serializer for the custom attribute
| Constructor Summary | |
|---|---|
CustomAttributeSerializer()
|
|
| 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 CustomAttributeSerializer()
| 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.ExtensionSerializerschemaObject - - 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 | |||||||||