org.jboss.net.axis.server
Class EntityBeanDeserializer.BeanPropertyTarget

java.lang.Object
  extended byorg.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyTarget
All Implemented Interfaces:
Target (src)
Enclosing class:
EntityBeanDeserializer (src)

public class EntityBeanDeserializer.BeanPropertyTarget
extends java.lang.Object
implements Target (src)

Class which knows how to update a bean property


Constructor Summary
EntityBeanDeserializer.BeanPropertyTarget(org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyDescriptor pd)
          This constructor is used for a normal property.
EntityBeanDeserializer.BeanPropertyTarget(org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyDescriptor pd, int i)
          This constructor is used for an indexed property.
 
Method Summary
 void set(java.lang.Object value)
           
 void setReal(java.lang.Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityBeanDeserializer.BeanPropertyTarget

public EntityBeanDeserializer.BeanPropertyTarget(org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyDescriptor pd)
This constructor is used for a normal property.

Parameters:
pd - is the property

EntityBeanDeserializer.BeanPropertyTarget

public EntityBeanDeserializer.BeanPropertyTarget(org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyDescriptor pd,
                                                 int i)
This constructor is used for an indexed property.

Parameters:
pd - is the property
i - is the index
Method Detail

set

public void set(java.lang.Object value)
         throws org.xml.sax.SAXException
Specified by:
set in interface Target (src)
Throws:
org.xml.sax.SAXException

setReal

public void setReal(java.lang.Object target)
             throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException