org.eclipse.higgins.idas.registry.discovery
Class StreamDiscovery
java.lang.Object
org.eclipse.higgins.idas.registry.discovery.AbstractDiscovery
org.eclipse.higgins.idas.registry.discovery.StreamDiscovery
- All Implemented Interfaces:
- IDiscovery
- public class StreamDiscovery
- extends AbstractDiscovery
A Discovery implementation that reads an XRDS document from a stream, then closes the stream.
- Author:
- msabadello at parityinc dot net
StreamDiscovery
public StreamDiscovery(InputStream stream)
discoverXRDS
public org.openxri.xml.XRDS discoverXRDS()
throws DiscoveryException
- Specified by:
discoverXRDS in interface IDiscovery- Specified by:
discoverXRDS in class AbstractDiscovery
- Throws:
DiscoveryException
toString
public String toString()