tigase.test.junit
Class JUnitXMLIO
java.lang.Object
tigase.test.junit.JUnitXMLIO
- All Implemented Interfaces:
- XMLIO
public abstract class JUnitXMLIO
- extends Object
- implements XMLIO
|
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 |
JUnitXMLIO
public JUnitXMLIO()
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.