Uses of Class
network.oxalis.vefa.peppol.lookup.api.LookupException
-
-
Uses of LookupException in network.oxalis.vefa.peppol.lookup
Methods in network.oxalis.vefa.peppol.lookup that throw LookupException Modifier and Type Method Description List<DocumentTypeIdentifier>LookupClient. getDocumentIdentifiers(ParticipantIdentifier participantIdentifier)EndpointLookupClient. getEndpoint(Header header, TransportProfile... transportProfiles)EndpointLookupClient. getEndpoint(ParticipantIdentifier participantIdentifier, DocumentTypeIdentifier documentTypeIdentifier, ProcessIdentifier processIdentifier, TransportProfile... transportProfiles)ServiceMetadataLookupClient. getServiceMetadata(ParticipantIdentifier participantIdentifier, DocumentTypeIdentifier documentTypeIdentifier)List<ServiceReference>LookupClient. getServiceReferences(ParticipantIdentifier participantIdentifier) -
Uses of LookupException in network.oxalis.vefa.peppol.lookup.api
Subclasses of LookupException in network.oxalis.vefa.peppol.lookup.api Modifier and Type Class Description classNotFoundExceptionMethods in network.oxalis.vefa.peppol.lookup.api that throw LookupException Modifier and Type Method Description FetcherResponseMetadataFetcher. fetch(List<URI> uriList)URIMetadataLocator. lookup(String identifier)URIMetadataLocator. lookup(ParticipantIdentifier participantIdentifier)List<ServiceReference>MetadataReader. parseServiceGroup(FetcherResponse fetcherResponse)PotentiallySigned<ServiceMetadata>MetadataReader. parseServiceMetadata(FetcherResponse fetcherResponse) -
Uses of LookupException in network.oxalis.vefa.peppol.lookup.fetcher
Methods in network.oxalis.vefa.peppol.lookup.fetcher that throw LookupException Modifier and Type Method Description FetcherResponseApacheFetcher. fetch(List<URI> uriList)abstract FetcherResponseBasicApacheFetcher. fetch(List<URI> uriList)FetcherResponseUrlFetcher. fetch(List<URI> uriList) -
Uses of LookupException in network.oxalis.vefa.peppol.lookup.locator
Methods in network.oxalis.vefa.peppol.lookup.locator that throw LookupException Modifier and Type Method Description URIAbstractLocator. lookup(String identifier)URIBdxlLocator. lookup(ParticipantIdentifier participantIdentifier)URIBusdoxLocator. lookup(ParticipantIdentifier participantIdentifier)URIStaticLocator. lookup(ParticipantIdentifier participantIdentifier) -
Uses of LookupException in network.oxalis.vefa.peppol.lookup.reader
-
Uses of LookupException in network.oxalis.vefa.peppol.lookup.util
Methods in network.oxalis.vefa.peppol.lookup.util that throw LookupException Modifier and Type Method Description StringDynamicHostnameGenerator. generate(ParticipantIdentifier participantIdentifier)
-