All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.apache.soap.encoding.soapenc.BeanSerializer

java.lang.Object
   |
   +----org.apache.soap.encoding.soapenc.BeanSerializer

public class BeanSerializer
extends Object
implements Serializer, Deserializer
A BeanSerializer can be used to serialize and deserialize JavaBeans using the SOAP-ENC encoding style. The public properties of the bean become named accessors.

Author:
Matthew J. Duftler ([email protected])

Constructor Index

 o BeanSerializer()

Method Index

 o getWriteMethod(String, PropertyDescriptor[], Class)
 o marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry)
 o unmarshall(String, QName, Node, XMLJavaMappingRegistry)

Constructors

 o BeanSerializer
 public BeanSerializer()

Methods

 o marshall
 public void marshall(String inScopeEncStyle,
                      Class javaType,
                      Object src,
                      Object context,
                      Writer sink,
                      NSStack nsStack,
                      XMLJavaMappingRegistry xjmr) throws IllegalArgumentException, IOException
 o unmarshall
 public Bean unmarshall(String inScopeEncStyle,
                        QName elementType,
                        Node src,
                        XMLJavaMappingRegistry xjmr) throws IllegalArgumentException
 o getWriteMethod
 protected Method getWriteMethod(String propertyName,
                                 PropertyDescriptor pds[],
                                 Class javaType)

All Packages  Class Hierarchy  This Package  Previous  Next  Index