org.jboss.xb.binding.sunday.unmarshalling
Class AnyAttributeHandler
java.lang.Object
org.jboss.xb.binding.sunday.unmarshalling.AnyAttributeHandler
- Direct Known Subclasses:
- AnyAttributePropertyHandler
public abstract class AnyAttributeHandler
- extends Object
A AnyAttributeHandler.
- Version:
- $Revision: 1.1 $
- Author:
- Alexey Loubyansky
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnyAttributeHandler
public AnyAttributeHandler()
unmarshal
public Object unmarshal(QName elemName,
QName attrName,
AnyAttributeBinding binding,
NamespaceContext nsCtx,
String value)
attribute
public abstract void attribute(QName elemName,
QName attrName,
AnyAttributeBinding binding,
Object owner,
Object value)
Copyright © 2009 JBoss Inc.. All Rights Reserved.