public interface IDDEndpointProvider
| Modifier and Type | Method and Description |
|---|---|
IDDEndpoint |
getEndpoint(String sLogPrefix,
com.helger.peppolid.IParticipantIdentifier aRecipientID,
com.helger.peppolid.IDocumentTypeIdentifier aDocumentTypeID,
com.helger.peppolid.IProcessIdentifier aProcessID,
String sTransportProfileID,
IDDErrorHandler aErrorHandler)
Get a list of all endpoints that match the specified requirements.
|
@Nullable IDDEndpoint getEndpoint(@Nonnull String sLogPrefix, @Nonnull com.helger.peppolid.IParticipantIdentifier aRecipientID, @Nonnull com.helger.peppolid.IDocumentTypeIdentifier aDocumentTypeID, @Nonnull com.helger.peppolid.IProcessIdentifier aProcessID, @Nonnull @Nonempty String sTransportProfileID, @Nonnull IDDErrorHandler aErrorHandler)
sLogPrefix - Log prefix. May not be null but maybe empty.aRecipientID - The country code to be queried. Must be a 2-char string. May not be
null.aDocumentTypeID - The document type ID to be queried. May not be null.aProcessID - The process ID to be queried. May not be null.sTransportProfileID - The transport profile ID to be used. May neither be
null nor empty.aErrorHandler - The error handler to be used. May not be null.null but maybe empty list of all matching
endpoints.Copyright © 2020 toop.eu. All rights reserved.