org.openspml.v2.util.xml
Class BasicMarshallable

java.lang.Object
  extended byorg.openspml.v2.util.xml.BasicMarshallableElement
      extended byorg.openspml.v2.util.xml.BasicMarshallable
All Implemented Interfaces:
Marshallable, MarshallableElement
Direct Known Subclasses:
BasicOCEAndMarshallable

public abstract class BasicMarshallable
extends BasicMarshallableElement
implements Marshallable

A starter class for the Marshallables in this package

Author:
Kent Spaulding

Field Summary
 
Fields inherited from interface org.openspml.v2.msg.Marshallable
code_id
 
Constructor Summary
protected BasicMarshallable()
           
 
Method Summary
 java.lang.String toXML(XMLMarshaller m)
          Visitor pattern - dispatch this type to the visitor (m) please.
 
Methods inherited from class org.openspml.v2.util.xml.BasicMarshallableElement
getNamespacesInfo, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openspml.v2.msg.MarshallableElement
getNamespacesInfo, isValid
 

Constructor Detail

BasicMarshallable

protected BasicMarshallable()
Method Detail

toXML

public java.lang.String toXML(XMLMarshaller m)
                       throws Spml2Exception
Description copied from interface: Marshallable
Visitor pattern - dispatch this type to the visitor (m) please.

Specified by:
toXML in interface Marshallable
Parameters:
m -
Returns:
xml
Throws:
Spml2Exception


Copyright © Sun Microsystems, Inc. All Rights Reserved.