javax.xml.rpc.encoding
Interface Deserializer
- public interface Deserializer
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:
- 0.1
Method Summary |
java.lang.String |
getMechanismType()
Gets the type of the XML processing mechanism and representation used by this Deserializer. |
getMechanismType
public java.lang.String getMechanismType()
- Gets the type of the XML processing mechanism and representation used by this Deserializer.
- Returns:
- XML processing mechanism type
Copyright © 2001 Apache XML Project. All Rights Reserved.