站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Platform, Enterprise Edition v1.4 API Specifications

Serializer (Java 2 Platform Ent. Ed. v1.4) - Java Platform, Enterprise Edition v1.4 API Specifications

JavaTM 2 Platform
Ent. Ed. v1.4

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:
1.0
Author:
Rahul Sharma

Method Summary
 String getMechanismType()
          Gets the type of the XML processing mechanism and representation used by this Serializer.
 

Method Detail

getMechanismType

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

Returns:
XML processing mechanism type

JavaTM 2 Platform
Ent. Ed. v1.4

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.