net.sf.sail.core.curnit
Class PodXMLEncoder

java.lang.Object
  extended by java.beans.Encoder
      extended by java.beans.XMLEncoder
          extended by net.sf.sail.core.curnit.SAILXMLEncoder
              extended by net.sf.sail.core.curnit.PodXMLEncoder

public class PodXMLEncoder
extends SAILXMLEncoder

Extends XMLEncoder to provide XML generation tailored to Pods.

Author:
turadg

Field Summary
 
Fields inherited from class net.sf.sail.core.curnit.SAILXMLEncoder
haltingExceptionListener
 
Constructor Summary
PodXMLEncoder(Pod pod, java.io.OutputStream out)
           
 
Method Summary
 void writeExpression(java.beans.Expression oldExp)
           
 void writePod()
           
 void writeStatement(java.beans.Statement stm)
           
 
Methods inherited from class net.sf.sail.core.curnit.SAILXMLEncoder
closeXML, registerPersistenceDelegate
 
Methods inherited from class java.beans.XMLEncoder
close, flush, getOwner, setOwner, writeObject
 
Methods inherited from class java.beans.Encoder
get, getExceptionListener, getPersistenceDelegate, remove, setExceptionListener, setPersistenceDelegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PodXMLEncoder

public PodXMLEncoder(Pod pod,
                     java.io.OutputStream out)
Method Detail

writePod

public void writePod()

writeExpression

public void writeExpression(java.beans.Expression oldExp)
Overrides:
writeExpression in class java.beans.XMLEncoder

writeStatement

public void writeStatement(java.beans.Statement stm)
Overrides:
writeStatement in class java.beans.XMLEncoder


Copyright © 2004-2008 TELS Center. All Rights Reserved.