public class LookupClient extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
LookupClient(LookupClientBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentTypeIdentifier> |
getDocumentIdentifiers(ParticipantIdentifier participantIdentifier) |
Endpoint |
getEndpoint(Header header,
TransportProfile... transportProfiles) |
Endpoint |
getEndpoint(ParticipantIdentifier participantIdentifier,
DocumentTypeIdentifier documentTypeIdentifier,
ProcessIdentifier processIdentifier,
TransportProfile... transportProfiles) |
Endpoint |
getEndpoint(ServiceMetadata serviceMetadata,
ProcessIdentifier processIdentifier,
TransportProfile... transportProfiles) |
ServiceMetadata |
getServiceMetadata(ParticipantIdentifier participantIdentifier,
DocumentTypeIdentifier documentTypeIdentifier) |
List<ServiceReference> |
getServiceReferences(ParticipantIdentifier participantIdentifier) |
protected LookupClient(LookupClientBuilder builder)
public List<ServiceReference> getServiceReferences(ParticipantIdentifier participantIdentifier) throws LookupException
LookupExceptionpublic List<DocumentTypeIdentifier> getDocumentIdentifiers(ParticipantIdentifier participantIdentifier) throws LookupException
LookupExceptionpublic ServiceMetadata getServiceMetadata(ParticipantIdentifier participantIdentifier, DocumentTypeIdentifier documentTypeIdentifier) throws LookupException, PeppolSecurityException
public Endpoint getEndpoint(ServiceMetadata serviceMetadata, ProcessIdentifier processIdentifier, TransportProfile... transportProfiles) throws PeppolSecurityException, EndpointNotFoundException
public Endpoint getEndpoint(ParticipantIdentifier participantIdentifier, DocumentTypeIdentifier documentTypeIdentifier, ProcessIdentifier processIdentifier, TransportProfile... transportProfiles) throws LookupException, PeppolSecurityException, EndpointNotFoundException
public Endpoint getEndpoint(Header header, TransportProfile... transportProfiles) throws LookupException, PeppolSecurityException, EndpointNotFoundException
Copyright © 2021 NorStella. All rights reserved.