org.jboss.javabean.plugins.jaxb
Class JavaBean
java.lang.Object
org.jboss.xb.spi.BeanAdapter
org.jboss.javabean.plugins.jaxb.JavaBean
public class JavaBean
- extends org.jboss.xb.spi.BeanAdapter
JavaBean.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
|
Constructor Summary |
JavaBean(org.jboss.xb.spi.BeanAdapterFactory beanAdapterFactory)
|
| 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 |
JavaBean
public JavaBean(org.jboss.xb.spi.BeanAdapterFactory beanAdapterFactory)
getClassName
public String getClassName()
setClassName
public void setClassName(String className)
getConstructor
public Constructor getConstructor()
setConstructor
public void setConstructor(Constructor constructor)
getProperties
public Property[] getProperties()
setProperties
public void setProperties(Property[] properties)
getValue
public Object getValue()
- Specified by:
getValue in class org.jboss.xb.spi.BeanAdapter
get
public Object get(PropertyInfo propertyInfo)
throws Throwable
- Specified by:
get in class org.jboss.xb.spi.BeanAdapter
- Throws:
Throwable
set
public void set(PropertyInfo propertyInfo,
Object child)
throws Throwable
- Specified by:
set in class org.jboss.xb.spi.BeanAdapter
- Throws:
Throwable
getSignature
protected String[] getSignature(Parameter[] parameters)
- Get parameter types.
- Parameters:
parameters - the parameters
- Returns:
- parameter types
getParams
protected Object[] getParams(Parameter[] parameters,
TypeInfo[] paramTypes)
- Get parameter values.
- Parameters:
parameters - the parametersparamTypes - the types
- Returns:
- parameter values
Copyright © 2008 JBoss Inc.. All Rights Reserved.