JavaScript is disabled on your browser.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
javax.xml.rpc.encoding
Interface Deserializer
-
- All Superinterfaces:
- Serializable
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
All Methods
Modifier and Type |
Method and Description |
String |
getMechanismType ()
Gets the type of the XML processing mechanism and
representation used by this Deserializer.
|
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.