|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.xb.spi.BeanAdapterFactory
org.jboss.xb.builder.runtime.WrapperBeanAdapterFactory
public class WrapperBeanAdapterFactory
WrapperBeanAdapterFactory.
| Constructor Summary | |
|---|---|
WrapperBeanAdapterFactory(BeanAdapterFactory wrapped,
Class<?> stopWrapping)
Create a new WrapperBeanAdapterFactory. |
|
| Method Summary | |
|---|---|
void |
addProperty(QName name,
AbstractPropertyHandler propertyHandler)
Add a property |
String |
getAvailable()
Get the available properties as a string |
Map<QName,AbstractPropertyHandler> |
getProperties()
Get the properties |
AbstractPropertyHandler |
getPropertyHandler(QName name)
Get the property handler for an element name |
Class<?> |
getStopWrapping()
The type to stop wrapping at |
AbstractPropertyHandler |
getWildcardHandler()
Get the wildcardHandler. |
WrapperBeanAdapter |
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 WrapperBeanAdapterFactory(BeanAdapterFactory wrapped,
Class<?> stopWrapping)
wrapped - the wrapped factorystopWrapping - the stop wrapping type| Method Detail |
|---|
public Class<?> getStopWrapping()
public WrapperBeanAdapter newInstance()
BeanAdapterFactory
newInstance in class BeanAdapterFactory
public void addProperty(QName name,
AbstractPropertyHandler propertyHandler)
BeanAdapterFactory
addProperty in class BeanAdapterFactoryname - the qNamepropertyHandler - the property handlerpublic String getAvailable()
BeanAdapterFactory
getAvailable in class BeanAdapterFactorypublic Map<QName,AbstractPropertyHandler> getProperties()
BeanAdapterFactory
getProperties in class BeanAdapterFactorypublic AbstractPropertyHandler getPropertyHandler(QName name)
BeanAdapterFactory
getPropertyHandler in class BeanAdapterFactoryname - the element name
public AbstractPropertyHandler getWildcardHandler()
BeanAdapterFactory
getWildcardHandler in class BeanAdapterFactorypublic void setWildcardHandler(AbstractPropertyHandler wildcardHandler)
BeanAdapterFactory
setWildcardHandler in class BeanAdapterFactorywildcardHandler - the wildcardHandler.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||