Class Bdxr201407Reader
- java.lang.Object
-
- network.oxalis.vefa.peppol.lookup.reader.Bdxr201407Reader
-
- All Implemented Interfaces:
MetadataReader
@MetaInfServices public class Bdxr201407Reader extends Object implements MetadataReader
-
-
Constructor Summary
Constructors Constructor Description Bdxr201407Reader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-