Package tigase.test.util
Interface XMLIO
-
- All Known Implementing Classes:
JUnitXMLIO,SocketBosh,SocketXMLIO
public interface XMLIO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Queue<tigase.xml.Element>read()voidsetIgnorePresence(boolean ignore)voidwrite(String data)voidwrite(tigase.xml.Element data)
-
-
-
Method Detail
-
read
Queue<tigase.xml.Element> read() throws IOException
- Throws:
IOException
-
write
void write(tigase.xml.Element data) throws IOException- Throws:
IOException
-
write
void write(String data) throws IOException
- Throws:
IOException
-
close
void close()
-
setIgnorePresence
void setIgnorePresence(boolean ignore)
-
-