@FunctionalInterface public interface IPDBusinessCardProvider
PDExtendedBusinessCard from a
provided PEPPOL participant ID. By default the SMP must be queried and the
Extension element queried. Nevertheless for testing purposes it
may be possible to provide mock data.| Modifier and Type | Method and Description |
|---|---|
PDExtendedBusinessCard |
getBusinessCard(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aParticipantID)
Get the
PDExtendedBusinessCard for the given participant ID. |
@Nullable PDExtendedBusinessCard getBusinessCard(@Nonnull com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aParticipantID)
PDExtendedBusinessCard for the given participant ID.aParticipantID - PEPPOL participant ID. May not be null.null if lookup failsCopyright © 2015–2016 Philip Helger. All rights reserved.