Class BeanPropertyTarget

java.lang.Object
org.apache.axis.encoding.ser.BeanPropertyTarget
All Implemented Interfaces:
Target

public class BeanPropertyTarget extends Object implements Target
Class which knows how to update a bean property
  • Field Details

    • log

      protected static org.apache.commons.logging.Log log
  • Constructor Details

    • BeanPropertyTarget

      public BeanPropertyTarget(Object object, BeanPropertyDescriptor pd)
      This constructor is used for a normal property.
      Parameters:
      object - is the bean class
      pd - is the property
    • BeanPropertyTarget

      public BeanPropertyTarget(Object object, BeanPropertyDescriptor pd, int i)
      This constructor is used for an indexed property.
      Parameters:
      object - is the bean class
      pd - is the property
      i - is the index
  • Method Details

    • set

      public void set(Object value) throws SAXException
      set the bean property with specified value
      Specified by:
      set in interface Target
      Parameters:
      value - is the value.
      Throws:
      SAXException