org.jboss.xb.builder.runtime
Class PropertyWildcardHandler
java.lang.Object
org.jboss.xb.binding.sunday.unmarshalling.AttributeHandler
org.jboss.xb.builder.runtime.AbstractPropertyHandler
org.jboss.xb.builder.runtime.PropertyHandler
org.jboss.xb.builder.runtime.PropertyWildcardHandler
- All Implemented Interfaces:
- ParticleHandler
- Direct Known Subclasses:
- NonXmlAnyElementDOMElementPropertyHandler
public class PropertyWildcardHandler
- extends PropertyHandler
- implements ParticleHandler
PropertyWildcardHandler.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
Constructor Summary |
PropertyWildcardHandler(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType)
Create a new PropertyWildcardHandler. |
Method Summary |
Object |
endParticle(Object o,
QName elementName,
ParticleBinding particle)
|
void |
setParent(Object parent,
Object o,
QName elementName,
ParticleBinding particle,
ParticleBinding parentParticle)
|
Object |
startParticle(Object parent,
QName elementName,
ParticleBinding particle,
Attributes attrs,
NamespaceContext nsCtx)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyWildcardHandler
public PropertyWildcardHandler(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType)
- Create a new PropertyWildcardHandler.
- Parameters:
propertyInfo
- the propertypropertyType
- the property type
- Throws:
IllegalArgumentException
- for a null property
startParticle
public Object startParticle(Object parent,
QName elementName,
ParticleBinding particle,
Attributes attrs,
NamespaceContext nsCtx)
- Specified by:
startParticle
in interface ParticleHandler
setParent
public void setParent(Object parent,
Object o,
QName elementName,
ParticleBinding particle,
ParticleBinding parentParticle)
- Specified by:
setParent
in interface ParticleHandler
endParticle
public Object endParticle(Object o,
QName elementName,
ParticleBinding particle)
- Specified by:
endParticle
in interface ParticleHandler
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.