javax.xml.rpc.encoding
Interface Serializer
- java.io.Serializable
- Serializer, SimpleValueSerializer
- ArraySerializer, Base64Serializer, BeanSerializer, CalendarSerializer, CastorEnumTypeSerializer, CastorSerializer, DateSerializer, DocumentSerializer, ElementSerializer, EnumSerializer, HexSerializer, ImageDataHandlerSerializer, JAFDataHandlerSerializer, MapSerializer, MimeMultipartDataHandlerSerializer, OctetStreamDataHandlerSerializer, PlainTextDataHandlerSerializer, QNameSerializer, SimpleListSerializer, SimpleSerializer, SourceDataHandlerSerializer, TimeSerializer, VectorSerializer, XmlBeanSerializer
public interface Serializer
extends java.io.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.
String | getMechanismType() - Gets the type of the XML processing mechanism and representation used by this Serializer.
|
getMechanismType
public String getMechanismType()
Gets the type of the XML processing mechanism and representation used by this Serializer.
- XML processing mechanism type
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.