tigase.test.util
Interface XMLIO

All Known Implementing Classes:
JUnitXMLIO, SocketBosh, SocketXMLIO

public interface XMLIO


Method Summary
 void close()
           
 Queue<tigase.xml.Element> read()
           
 void setIgnorePresence(boolean ignore)
           
 void write(tigase.xml.Element data)
           
 void write(String 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)


Copyright © 2005-2012 Tigase. All Rights Reserved.