站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

SimpleValueSerializer (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.encoding
Interface SimpleValueSerializer

All Superinterfaces:
Serializable, Serializer, javax.xml.rpc.encoding.Serializer
All Known Implementing Classes:
Base64Serializer, HexSerializer, QNameSerializer, SimpleSerializer

public interface SimpleValueSerializer
extends Serializer


Method Summary
 String getValueAsString(Object value, SerializationContext context)
          Return an XML compatible representation of the value.
 
Methods inherited from interface org.apache.axis.encoding.Serializer
serialize, writeSchema
 
Methods inherited from interface javax.xml.rpc.encoding.Serializer
getMechanismType
 

Method Detail

getValueAsString

public String getValueAsString(Object value,
                               SerializationContext context)
Return an XML compatible representation of the value.

Parameters:
value -
Returns:


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.