Class MultiReader
- java.lang.Object
-
- network.oxalis.vefa.peppol.lookup.reader.MultiReader
-
- All Implemented Interfaces:
MetadataReader
public class MultiReader extends Object implements MetadataReader
-
-
Constructor Summary
Constructors Constructor Description MultiReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FetcherResponsedetect(FetcherResponse fetcherResponse)List<ServiceReference>parseServiceGroup(FetcherResponse fetcherResponse)PotentiallySigned<ServiceMetadata>parseServiceMetadata(FetcherResponse fetcherResponse)
-
-
-
Method Detail
-
parseServiceGroup
public List<ServiceReference> parseServiceGroup(FetcherResponse fetcherResponse) throws LookupException
- Specified by:
parseServiceGroupin interfaceMetadataReader- Throws:
LookupException
-
parseServiceMetadata
public PotentiallySigned<ServiceMetadata> parseServiceMetadata(FetcherResponse fetcherResponse) throws LookupException, PeppolSecurityException
- Specified by:
parseServiceMetadatain interfaceMetadataReader- Throws:
LookupExceptionPeppolSecurityException
-
detect
public FetcherResponse detect(FetcherResponse fetcherResponse) throws LookupException
- Throws:
LookupException
-
-