Package tigase.test.junit
Class JUnitXMLIO
- java.lang.Object
-
- tigase.test.junit.JUnitXMLIO
-
-
Constructor Summary
Constructors Constructor Description JUnitXMLIO()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Queue<tigase.xml.Element>read()protected voidsend(Collection<tigase.xml.Element> elements)protected voidsend(tigase.xml.Element element)voidwrite(String data)abstract voidwrite(tigase.xml.Element 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
-
-
-
-
Method Detail
-
read
public Queue<tigase.xml.Element> read() throws IOException
- Specified by:
readin interfaceXMLIO- 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:
writein interfaceXMLIO- Throws:
IOException
-
write
public void write(String data) throws IOException
- Specified by:
writein interfaceXMLIO- Throws:
IOException
-
-