tigase.test.junit
Class JUnitXMLIO

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

public abstract class JUnitXMLIO
extends Object
implements XMLIO


Constructor Summary
JUnitXMLIO()
           
 
Method Summary
 Queue<tigase.xml.Element> read()
           
protected  void send(Collection<tigase.xml.Element> elements)
           
protected  void send(tigase.xml.Element element)
           
abstract  void write(tigase.xml.Element data)
           
 void write(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, setIgnorePresence
 

Constructor Detail

JUnitXMLIO

public JUnitXMLIO()
Method Detail

read

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

send

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

send

protected void send(tigase.xml.Element element)

write

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

write

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


Copyright © 2005-2012 Tigase. All Rights Reserved.