com.openharbor.beck.marshal
Class PrimitiveMarshaller

java.lang.Object
  extended bycom.openharbor.beck.marshal.DefaultMarshaller
      extended bycom.openharbor.beck.marshal.PrimitiveMarshaller
All Implemented Interfaces:
Marshaller

public class PrimitiveMarshaller
extends DefaultMarshaller


Field Summary
 
Fields inherited from class com.openharbor.beck.marshal.DefaultMarshaller
log
 
Constructor Summary
PrimitiveMarshaller()
           
 
Method Summary
 java.lang.String getText(java.lang.Object parent, Getter source, java.lang.Object child, XMLWriter out)
          Copy data as a String, for use as XML element text or an XML attribute value.
 
Methods inherited from class com.openharbor.beck.marshal.DefaultMarshaller
getXML, getXMLSource, marshal, marshalMember, writeAsElement, writeNull, writeSimply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveMarshaller

public PrimitiveMarshaller()
Method Detail

getText

public java.lang.String getText(java.lang.Object parent,
                                Getter source,
                                java.lang.Object child,
                                XMLWriter out)
Description copied from interface: Marshaller
Copy data as a String, for use as XML element text or an XML attribute value.

Specified by:
getText in interface Marshaller
Overrides:
getText in class DefaultMarshaller