javax.xml.rpc.encoding
Interface Serializer
- All Superinterfaces:
- java.io.Serializable
- public interface Serializer
- extends java.io.Serializable
The javax.xml.rpc.encoding.Serializer interface defines a
base interface for serializers. A Serializer serializes a
Java object to an XML representation using a specific XML
processing mechanism and based on the specified type
mapping and encoding style.
Method Summary |
java.lang.String |
getMechanismType()
Gets the type of the XML processing mechanism and
representation used by this Serializer. |
getMechanismType
public java.lang.String getMechanismType()
- Gets the type of the XML processing mechanism and
representation used by this Serializer.
- Returns:
- XML processing mechanism type supported by this
Serializer