Novell exteNd Web Services SDK API

javax.xml.rpc.encoding
Interface Deserializer

All Superinterfaces:
Serializable
All Known Subinterfaces:
Deserializer, Marshaler
All Known Implementing Classes:
BeanMarshaler, PublicFieldsMarshaler, ValueTypeMarshaler

public interface Deserializer
extends 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
 String getMechanismType()
          Gets the type of the XML processing mechanism and representation used by this Deserializer.
 

Method Detail

getMechanismType

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

Returns:
XML processing mechanism type

Novell exteNd Web Services SDK API

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.