Class LookupClient
- java.lang.Object
-
- network.oxalis.vefa.peppol.lookup.LookupClient
-
public class LookupClient extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLookupClient(LookupClientBuilder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DocumentTypeIdentifier>getDocumentIdentifiers(ParticipantIdentifier participantIdentifier)EndpointgetEndpoint(Header header, int pintWildcardMigrationPhase, TransportProfile... transportProfiles)EndpointgetEndpoint(ParticipantIdentifier participantIdentifier, DocumentTypeIdentifier documentTypeIdentifier, ProcessIdentifier processIdentifier, int pintWildcardMigrationPhase, TransportProfile... transportProfiles)EndpointgetEndpoint(ServiceMetadata serviceMetadata, ProcessIdentifier processIdentifier, TransportProfile... transportProfiles)ServiceMetadatagetServiceMetadata(ParticipantIdentifier participantIdentifier, DocumentTypeIdentifier documentTypeIdentifier, int pintWildcardMigrationPhase)List<ServiceReference>getServiceReferences(ParticipantIdentifier participantIdentifier)
-
-
-
Constructor Detail
-
LookupClient
protected LookupClient(LookupClientBuilder builder)
-
-
Method Detail
-
getServiceReferences
public List<ServiceReference> getServiceReferences(ParticipantIdentifier participantIdentifier) throws LookupException
- Throws:
LookupException
-
getDocumentIdentifiers
public List<DocumentTypeIdentifier> getDocumentIdentifiers(ParticipantIdentifier participantIdentifier) throws LookupException
- Throws:
LookupException
-
getServiceMetadata
public ServiceMetadata getServiceMetadata(ParticipantIdentifier participantIdentifier, DocumentTypeIdentifier documentTypeIdentifier, int pintWildcardMigrationPhase) throws LookupException, PeppolSecurityException
-
getEndpoint
public Endpoint getEndpoint(ServiceMetadata serviceMetadata, ProcessIdentifier processIdentifier, TransportProfile... transportProfiles) throws PeppolSecurityException, EndpointNotFoundException
-
getEndpoint
public Endpoint getEndpoint(ParticipantIdentifier participantIdentifier, DocumentTypeIdentifier documentTypeIdentifier, ProcessIdentifier processIdentifier, int pintWildcardMigrationPhase, TransportProfile... transportProfiles) throws LookupException, PeppolSecurityException, EndpointNotFoundException
-
getEndpoint
public Endpoint getEndpoint(Header header, int pintWildcardMigrationPhase, TransportProfile... transportProfiles) throws LookupException, PeppolSecurityException, EndpointNotFoundException
-
-