org.apache.axis.encoding

Interface SimpleValueSerializer

public interface SimpleValueSerializer extends Serializer

Serializers which implement this interface are indicating their ability to serialize "simple" values as strings. These are things suitable for putting in attributes, for instance.

Author: Glen Daniels (gdaniels@apache.org)

Method Summary
StringgetValueAsString(Object value, SerializationContext context)
Return an XML compatible representation of the value.

Method Detail

getValueAsString

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

Parameters: value

Returns:

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.