|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.encoding.ser.BeanPropertyTarget
Class which knows how to update a bean property
Field Summary | |
protected BeanDeserializer (src) |
beanDeserializer
|
protected DeferedBeanConstruction (src) |
deferedConstruction
|
Constructor Summary | |
BeanPropertyTarget(BeanDeserializer (src) beanDeserializer,
DeferedBeanConstruction (src) deferedConstruction,
BeanPropertyDescriptor (src) pd)
This constructor is used for a property with defered construction. |
|
BeanPropertyTarget(java.lang.Object object,
BeanPropertyDescriptor (src) pd)
This constructor is used for a normal property. |
|
BeanPropertyTarget(java.lang.Object object,
BeanPropertyDescriptor (src) pd,
int i)
This constructor is used for an indexed property. |
Method Summary | |
void |
set(java.lang.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 DeferedBeanConstruction (src) deferedConstruction
protected BeanDeserializer (src) beanDeserializer
Constructor Detail |
public BeanPropertyTarget(java.lang.Object object, BeanPropertyDescriptor (src) pd)
object
- is the bean classpd
- is the propertypublic BeanPropertyTarget(java.lang.Object object, BeanPropertyDescriptor (src) pd, int i)
object
- is the bean classpd
- is the propertyi
- is the indexpublic BeanPropertyTarget(BeanDeserializer (src) beanDeserializer, DeferedBeanConstruction (src) deferedConstruction, BeanPropertyDescriptor (src) pd)
Method Detail |
public void set(java.lang.Object value) throws org.xml.sax.SAXException
set
in interface Target (src)
value
- is the value.
org.xml.sax.SAXException
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |