|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.xb.spi.BeanAdapterFactory
public abstract class BeanAdapterFactory
BeanAdapterFactory.
| Constructor Summary | |
|---|---|
BeanAdapterFactory()
|
|
| Method Summary | |
|---|---|
void |
addProperty(QName qName,
AbstractPropertyHandler propertyHandler)
Add a property |
String |
getAvailable()
Get the available properties as a string |
Map<QName,AbstractPropertyHandler> |
getProperties()
Get the properties |
AbstractPropertyHandler |
getPropertyHandler(QName qName)
Get the property handler for an element name |
AbstractPropertyHandler |
getWildcardHandler()
Get the wildcardHandler. |
abstract BeanAdapter |
newInstance()
Create a new BeanAdapter |
void |
setWildcardHandler(AbstractPropertyHandler wildcardHandler)
Set the wildcardHandler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanAdapterFactory()
| Method Detail |
|---|
public AbstractPropertyHandler getPropertyHandler(QName qName)
qName - the element name
public Map<QName,AbstractPropertyHandler> getProperties()
public void addProperty(QName qName,
AbstractPropertyHandler propertyHandler)
qName - the qNamepropertyHandler - the property handlerpublic String getAvailable()
public AbstractPropertyHandler getWildcardHandler()
public void setWildcardHandler(AbstractPropertyHandler wildcardHandler)
wildcardHandler - the wildcardHandler.public abstract BeanAdapter newInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||