org.apache.axis.encoding

Class AttributeSerializationContextImpl

public class AttributeSerializationContextImpl extends SerializationContext

Used to suppress element tag serialization when serializing simple types into attributes.

Author: Thomas Sandholm (sandholm@mcs.anl.gov)

Constructor Summary
AttributeSerializationContextImpl(Writer writer, SerializationContext parent)
Method Summary
voidendElement()
StringqName2String(QName qname)
voidstartElement(QName qName, Attributes attributes)

Constructor Detail

AttributeSerializationContextImpl

public AttributeSerializationContextImpl(Writer writer, SerializationContext parent)

Method Detail

endElement

public void endElement()

qName2String

public String qName2String(QName qname)

startElement

public void startElement(QName qName, Attributes attributes)
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.