org.jboss.soa.esb.actions.soap
Class DenormalizedAttributeValueSerializer

java.lang.Object
  extended by org.milyn.delivery.dom.serialize.DefaultSerializationUnit
      extended by org.jboss.soa.esb.actions.soap.DenormalizedAttributeValueSerializer
All Implemented Interfaces:
org.milyn.delivery.ContentHandler, org.milyn.delivery.dom.serialize.SerializationUnit, org.milyn.delivery.Visitor

public class DenormalizedAttributeValueSerializer
extends org.milyn.delivery.dom.serialize.DefaultSerializationUnit

Author:
tom.fennelly@jboss.com

Constructor Summary
DenormalizedAttributeValueSerializer()
           
 
Method Summary
protected  void writeAttributes(org.w3c.dom.NamedNodeMap attributes, java.io.Writer writer)
          Write the element attributes.
 
Methods inherited from class org.milyn.delivery.dom.serialize.DefaultSerializationUnit
isRewriteEntities, setCloseEmptyElements, setRewriteEntities, writeChildElements, writeElementCDATA, writeElementComment, writeElementEnd, writeElementEnd, writeElementEntityRef, writeElementNode, writeElementStart, writeElementStart, writeElementText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DenormalizedAttributeValueSerializer

public DenormalizedAttributeValueSerializer()
Method Detail

writeAttributes

protected void writeAttributes(org.w3c.dom.NamedNodeMap attributes,
                               java.io.Writer writer)
                        throws java.io.IOException
Write the element attributes.

Overrides:
writeAttributes in class org.milyn.delivery.dom.serialize.DefaultSerializationUnit
Parameters:
attributes - The element attibutes.
writer - The writer to be written to.
Throws:
java.io.IOException - Exception writing output.