|
JBoss XML Binding 2.0.3.GA-redhat-2 | |||||||||
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.javabean.plugins.jaxb.JavaBean
public class JavaBean
JavaBean.
Constructor Summary | |
---|---|
JavaBean(BeanAdapterFactory beanAdapterFactory)
|
Method Summary | |
---|---|
Object |
get(org.jboss.beans.info.spi.PropertyInfo propertyInfo)
Get a property |
String |
getClassName()
|
Constructor |
getConstructor()
|
protected Object[] |
getParams(List<? extends AbstractParameter> parameters,
org.jboss.reflect.spi.TypeInfo[] paramTypes)
Get parameter values. |
Property[] |
getProperties()
|
protected String[] |
getSignature(List<? extends AbstractParameter> parameters)
Get parameter types. |
Object |
getValue()
Get the value |
void |
set(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
Object child)
Set a property |
void |
setClassName(String className)
|
void |
setConstructor(Constructor constructor)
|
void |
setProperties(Property[] properties)
|
Methods inherited from class org.jboss.xb.spi.BeanAdapter |
---|
getAvailable, getBeanAdapterFactory, getPropertyHandler, getWildcardHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaBean(BeanAdapterFactory beanAdapterFactory)
Method Detail |
---|
public String getClassName()
public void setClassName(String className)
public Constructor getConstructor()
public void setConstructor(Constructor constructor)
public Property[] getProperties()
public void setProperties(Property[] properties)
public Object getValue()
BeanAdapter
getValue
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 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 errorprotected String[] getSignature(List<? extends AbstractParameter> parameters)
parameters
- the parameters
protected Object[] getParams(List<? extends AbstractParameter> parameters, org.jboss.reflect.spi.TypeInfo[] paramTypes)
parameters
- the parametersparamTypes
- the types
|
JBoss XML Binding 2.0.3.GA-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |