public interface XrdsParser
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
parseXrds(java.lang.String input,
java.util.Set targetTypes)
Parses a XRDS document and extracts the relevant information
for the specified service endpoint types.
|
java.util.List parseXrds(java.lang.String input,
java.util.Set targetTypes)
throws DiscoveryException
xrdsInput - the XRDS document in String format
discovered from an Identifier.targetTypes - Set of service endpoint types
that should be matchedXrdsServiceEndpoints
extracted from the XRDS document,
in the proper, sorted orderDiscoveryExceptionCopyright 2006-2008 Sxip Identity Corporation