|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttests.customext.attrib.CustomAttributeDeserializer
public class CustomAttributeDeserializer
Custom attribute deserializer for our test custom attribute
Constructor Summary | |
---|---|
CustomAttributeDeserializer()
|
Method Summary | |
---|---|
void |
deserialize(org.apache.ws.commons.schema.XmlSchemaObject schemaObject,
javax.xml.namespace.QName name,
org.w3c.dom.Node domNode)
deserialize the given element |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomAttributeDeserializer()
Method Detail |
---|
public void deserialize(org.apache.ws.commons.schema.XmlSchemaObject schemaObject, javax.xml.namespace.QName name, org.w3c.dom.Node domNode)
deserialize
in interface org.apache.ws.commons.schema.extensions.ExtensionDeserializer
schemaObject
- - Parent schema elementname
- - the QName of the element/attribute to be deserialized.
in the case where a deserializer is used to handle multiple elements/attributes
this may be useful to determine the correct deserializationdomNode
- - the raw DOM Node read from the source. This will be the
extension element itself if for an element or the extension attribute object if
it is an attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |