DRAFT

javax.xml.rpc.encoding
Interface Deserializer

All Superinterfaces:
java.io.Serializable

public interface Deserializer
extends java.io.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
Author:
Rahul Sharma

Method Summary
 java.lang.String getMechanismType()
          Gets the type of the XML processing mechanism and representation used by this Deserializer.
 

Method Detail

getMechanismType

java.lang.String getMechanismType()
Gets the type of the XML processing mechanism and representation used by this Deserializer.

Returns:
XML processing mechanism type

DRAFT

Submit a bug or feature

Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.

Generated on 24-November-2009 03:24