org.milyn.device.profile
Interface ProfileConfigDigester
- All Known Implementing Classes:
- DefaultProfileConfigDigester
- public interface ProfileConfigDigester
Stream based profile configuration digester interface.
Construct a ProfileStore from an input stream. Most likely this stream would
be of an XML format but this is implementation dependent - could be a serialised
ProfileStore stream with the digester performing the deserialisation.
Implementations must provide a default/empty constructor.
- Author:
- tfennelly
Method Summary |
ProfileStore |
parse(java.io.InputStream input)
Parse the device profile configuration stream. |
parse
public ProfileStore parse(java.io.InputStream input)
throws org.xml.sax.SAXException,
java.io.IOException
- Parse the device profile configuration stream.
- Parameters:
input
- The input stream instance.
- Returns:
- ProfileStore instance.
- Throws:
org.xml.sax.SAXException
java.io.IOException