|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.axis.encoding.ser.BeanPropertyTarget
public class BeanPropertyTarget
Class which knows how to update a bean property
| Field Summary | |
|---|---|
protected BeanDeserializer |
beanDeserializer
|
protected DeferredBeanConstruction |
deferedConstruction
|
| Constructor Summary | |
|---|---|
BeanPropertyTarget(BeanDeserializer beanDeserializer,
DeferredBeanConstruction deferedConstruction,
BeanPropertyDescriptor pd)
This constructor is used for a property with defered construction. |
|
BeanPropertyTarget(Object object,
BeanPropertyDescriptor pd)
This constructor is used for a normal property. |
|
BeanPropertyTarget(Object object,
BeanPropertyDescriptor pd,
int i)
This constructor is used for an indexed property. |
|
| Method Summary | |
|---|---|
void |
set(Object value)
set the bean property with specified value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DeferredBeanConstruction deferedConstruction
protected BeanDeserializer beanDeserializer
| Constructor Detail |
|---|
public BeanPropertyTarget(Object object,
BeanPropertyDescriptor pd)
object - is the bean classpd - is the property
public BeanPropertyTarget(Object object,
BeanPropertyDescriptor pd,
int i)
object - is the bean classpd - is the propertyi - is the index
public BeanPropertyTarget(BeanDeserializer beanDeserializer,
DeferredBeanConstruction deferedConstruction,
BeanPropertyDescriptor pd)
| Method Detail |
|---|
public void set(Object value)
throws SAXException
set in interface Targetvalue - is the value.
SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||