Package org.apache.axis.encoding.ser
Class BeanPropertyTarget
java.lang.Object
org.apache.axis.encoding.ser.BeanPropertyTarget
- All Implemented Interfaces:
Target
Class which knows how to update a bean property
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBeanPropertyTarget
(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
-
Field Details
-
log
protected static org.apache.commons.logging.Log log
-
-
Constructor Details
-
BeanPropertyTarget
This constructor is used for a normal property.- Parameters:
object
- is the bean classpd
- is the property
-
BeanPropertyTarget
This constructor is used for an indexed property.- Parameters:
object
- is the bean classpd
- is the propertyi
- is the index
-
-
Method Details
-
set
set the bean property with specified value- Specified by:
set
in interfaceTarget
- Parameters:
value
- is the value.- Throws:
SAXException
-