org.jboss.xb.util
Class DomLocalMarshaller

java.lang.Object
  extended by org.jboss.xb.util.DomLocalMarshaller
All Implemented Interfaces:
ObjectLocalMarshaller

public class DomLocalMarshaller
extends Object
implements ObjectLocalMarshaller

ObjectLocalMarshaller that marshals org.w3c.dom.Element.

Version:
$Revision: 46112 $
Author:
Alexey Loubyansky

Field Summary
static DomLocalMarshaller INSTANCE
           
 
Constructor Summary
DomLocalMarshaller()
           
 
Method Summary
 void marshal(MarshallingContext ctx, Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final DomLocalMarshaller INSTANCE
Constructor Detail

DomLocalMarshaller

public DomLocalMarshaller()
Method Detail

marshal

public void marshal(MarshallingContext ctx,
                    Object o)
Specified by:
marshal in interface ObjectLocalMarshaller


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.