tigase.test.junit
Class JUnitXMLIO

java.lang.Object
  extended by tigase.test.junit.JUnitXMLIO
All Implemented Interfaces:
XMLIO

public abstract class JUnitXMLIO
extends java.lang.Object
implements XMLIO


Constructor Summary
JUnitXMLIO()
           
 
Method Summary
 java.util.Queue<tigase.xml.Element> read()
           
protected  void send(java.util.Collection<tigase.xml.Element> elements)
           
protected  void send(tigase.xml.Element element)
           
abstract  void write(tigase.xml.Element data)
           
 void write(java.lang.String data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface tigase.test.util.XMLIO
close
 

Constructor Detail

JUnitXMLIO

public JUnitXMLIO()
Method Detail

read

public java.util.Queue<tigase.xml.Element> read()
                                         throws java.io.IOException
Specified by:
read in interface XMLIO
Throws:
java.io.IOException

send

protected void send(java.util.Collection<tigase.xml.Element> elements)

send

protected void send(tigase.xml.Element element)

write

public abstract void write(tigase.xml.Element data)
                    throws java.io.IOException
Specified by:
write in interface XMLIO
Throws:
java.io.IOException

write

public void write(java.lang.String data)
           throws java.io.IOException
Specified by:
write in interface XMLIO
Throws:
java.io.IOException


Copyright © 2005-2008 Tigase. All Rights Reserved.