FileDocCategorySizeDatePackage
Deserializer.javaAPI DocApache Axis 1.41235Sat Apr 22 18:57:28 BST 2006javax.xml.rpc.encoding

Deserializer

public interface Deserializer implements Serializable
The javax.xml.rpc.encoding.Deserializer interface defines a base interface for deserializers. A Deserializer converts an XML representation to a Java object using a specific XML processing mechanism and based on the specified type mapping and encoding style.
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetMechanismType()
Gets the type of the XML processing mechanism and representation used by this Deserializer.

return
XML processing mechanism type