|
JBoss XML Binding 2.0.3.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.xb.builder.runtime.BeanHandler
public class BeanHandler
BeanHandler.
Field Summary | |
---|---|
protected BeanAdapterFactory |
beanAdapterFactory
The BeanAdapter |
protected TypeBinding |
elementType
|
protected static org.jboss.logging.Logger |
log
The log |
protected String |
name
The bean name |
protected boolean |
trace
Whether trace is enabled |
Constructor Summary | |
---|---|
BeanHandler(String name,
BeanAdapterFactory beanAdapterFactory,
TypeBinding elementType)
Create a new bean info element handler |
Method Summary | |
---|---|
Object |
endParticle(Object o,
QName qName,
ParticleBinding particle)
|
RegisteredAttributesHandler |
getAttributesHandler()
|
BeanAdapterFactory |
getBeanAdapterFactory()
Get the beanAdapterFactory. |
void |
setParent(Object parent,
Object o,
QName qName,
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 |
Field Detail |
---|
protected static final org.jboss.logging.Logger log
protected boolean trace
protected String name
protected BeanAdapterFactory beanAdapterFactory
protected TypeBinding elementType
Constructor Detail |
---|
public BeanHandler(String name, BeanAdapterFactory beanAdapterFactory, TypeBinding elementType)
name
- the bean namebeanAdapterFactory
- the bean adapterFactory
IllegalArgumentException
- for a null parameterMethod Detail |
---|
public BeanAdapterFactory getBeanAdapterFactory()
public Object startParticle(Object parent, QName elementName, ParticleBinding particle, Attributes attrs, NamespaceContext nsCtx)
startParticle
in interface ParticleHandler
public void setParent(Object parent, Object o, QName qName, ParticleBinding particle, ParticleBinding parentParticle)
setParent
in interface ParticleHandler
public Object endParticle(Object o, QName qName, ParticleBinding particle)
endParticle
in interface ParticleHandler
public RegisteredAttributesHandler getAttributesHandler()
|
JBoss XML Binding 2.0.3.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |