org.jutil.xml.message
Interface MessageReader


public interface MessageReader


Method Summary
 Message read(java.io.File file)
           
 Message read(java.io.InputStream istream)
           
 Message read(java.lang.String xml)
           
 Message read(java.net.URL url)
           
 

Method Detail

read

Message read(java.net.URL url)
             throws java.io.IOException
Throws:
java.io.IOException

read

Message read(java.io.File file)
             throws java.io.IOException
Throws:
java.io.IOException

read

Message read(java.io.InputStream istream)
             throws java.io.IOException
Throws:
java.io.IOException

read

Message read(java.lang.String xml)
             throws java.io.IOException
Throws:
java.io.IOException