public class XrdsParserImpl extends Object implements XrdsParser
| Constructor and Description |
|---|
XrdsParserImpl() |
| Modifier and Type | Method and Description |
|---|---|
List |
parseXrds(String input,
Set targetTypes)
Parses a XRDS document and extracts the relevant information
for the specified service endpoint types.
|
public List parseXrds(String input, Set targetTypes) throws DiscoveryException
XrdsParserparseXrds in interface XrdsParsertargetTypes - Set of service endpoint types
that should be matchedXrdsServiceEndpoints
extracted from the XRDS document,
in the proper, sorted orderDiscoveryExceptionCopyright © 2016 Sxip. All rights reserved.