|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.xb.spi.BeanAdapter
public abstract class BeanAdapter
BeanAdapter.
| Constructor Summary | |
|---|---|
BeanAdapter(BeanAdapterFactory beanAdapterFactory)
Create a new BeanAdapter. |
|
| Method Summary | |
|---|---|
abstract Object |
get(org.jboss.beans.info.spi.PropertyInfo propertyInfo)
Get a property |
String |
getAvailable()
Get the available properties as a string |
protected BeanAdapterFactory |
getBeanAdapterFactory()
Get the bean adapter factory |
AbstractPropertyHandler |
getPropertyHandler(QName qName)
Get the property handler for an element name |
abstract Object |
getValue()
Get the value |
AbstractPropertyHandler |
getWildcardHandler()
Get the wildcardHandler. |
abstract void |
set(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
Object child)
Set a property |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanAdapter(BeanAdapterFactory beanAdapterFactory)
beanAdapterFactory - the bean adapter factory
IllegalArgumentException - for a null bean adapter factory| Method Detail |
|---|
protected BeanAdapterFactory getBeanAdapterFactory()
public AbstractPropertyHandler getPropertyHandler(QName qName)
qName - the element name
public AbstractPropertyHandler getWildcardHandler()
public String getAvailable()
public abstract Object get(org.jboss.beans.info.spi.PropertyInfo propertyInfo)
throws Throwable
propertyInfo - the property info
Throwable - for any error
public abstract void set(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
Object child)
throws Throwable
propertyInfo - the property infochild - the value
Throwable - for any errorpublic abstract Object getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||