All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.apache.soap.encoding.literalxml.XMLParameterSerializer
XMLParameterSerializer
is used to serialize and deserialize
parameters using the literal xml
encoding style. This class
is only capable of serializing/deserializing parameters of type
org.w3c.dom.Element
.
public XMLParameterSerializer()
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 IllegalArgumentException
All Packages Class Hierarchy This Package Previous Next Index