|
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.spi.BeanAdapter
org.jboss.xb.builder.runtime.WrapperBeanAdapter
public class WrapperBeanAdapter
WrapperBeanAdapter.
Constructor Summary | |
---|---|
WrapperBeanAdapter(WrapperBeanAdapterFactory beanAdapterFactory,
BeanAdapter wrapped)
Create a new WrapperBeanAdapter. |
Method Summary | |
---|---|
Object |
get(org.jboss.beans.info.spi.PropertyInfo propertyInfo)
Get a property |
protected WrapperBeanAdapterFactory |
getBeanAdapterFactory()
Get the bean adapter factory |
Object |
getValue()
Get the value |
void |
set(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
Object child)
Set a property |
Methods inherited from class org.jboss.xb.spi.BeanAdapter |
---|
getAvailable, getPropertyHandler, getWildcardHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WrapperBeanAdapter(WrapperBeanAdapterFactory beanAdapterFactory, BeanAdapter wrapped)
beanAdapterFactory
- our factorywrapped
- the wrapped adapterMethod Detail |
---|
protected WrapperBeanAdapterFactory getBeanAdapterFactory()
BeanAdapter
getBeanAdapterFactory
in class BeanAdapter
public Object get(org.jboss.beans.info.spi.PropertyInfo propertyInfo) throws Throwable
BeanAdapter
get
in class BeanAdapter
propertyInfo
- the property info
Throwable
- for any errorpublic Object getValue()
BeanAdapter
getValue
in class BeanAdapter
public void set(org.jboss.beans.info.spi.PropertyInfo propertyInfo, Object child) throws Throwable
BeanAdapter
set
in class BeanAdapter
propertyInfo
- the property infochild
- the value
Throwable
- for any error
|
JBoss XML Binding 2.0.3.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |