All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.apache.soap.encoding.soapenc.BeanSerializer
BeanSerializer
can be used to serialize and deserialize
JavaBeans using the SOAP-ENC
encoding style. The
public properties of the bean become named accessors.
public BeanSerializer()
public void marshall(String inScopeEncStyle, Class javaType, Object src, Object context, Writer sink, NSStack nsStack, XMLJavaMappingRegistry xjmr) throws IllegalArgumentException, IOExceptionunmarshall
public Bean unmarshall(String inScopeEncStyle, QName elementType, Node src, XMLJavaMappingRegistry xjmr) throws IllegalArgumentExceptiongetWriteMethod
protected Method getWriteMethod(String propertyName, PropertyDescriptor pds[], Class javaType)
All Packages Class Hierarchy This Package Previous Next Index