javax.xml.rpc.encoding
Interface Serializer
- All Superinterfaces:
- Serializable
public interface Serializer
- extends Serializable
The javax.xml.rpc.encoding.Serializer interface defines the
base interface for serializers. A Serializer converts
a Java object to an XML representation using a specific XML
processing mechanism and based on the specified type
mapping and encoding style.
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Mi, 25. Okt 2006) $
Method Summary |
String |
getMechanismType()
Gets the type of the XML processing mechanism and representation used by this Serializer. |
getMechanismType
String getMechanismType()
- Gets the type of the XML processing mechanism and representation used by this Serializer.
- Returns:
- XML processing mechanism type
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.