Package com.helger.smpclient.url
Class DBNAURLProviderSMP
java.lang.Object
com.helger.smpclient.url.AbstractBDXLURLProvider
com.helger.smpclient.url.DBNAURLProviderSMP
- All Implemented Interfaces:
IBDXLURLProvider,ISMPURLProvider
@ThreadSafe
public class DBNAURLProviderSMP
extends AbstractBDXLURLProvider
implements IBDXLURLProvider
An implementation of
IBDXLURLProvider suitable for the DBNA network
in the Market pilot.- Since:
- 9.3.4
- Author:
- Philip Helger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IBDXLURLProviderThe default instance that should be usedstatic final DBNAURLProviderSMPThe writable API of the default instancestatic final StringThe U-NAPTR record service name.Fields inherited from class com.helger.smpclient.url.AbstractBDXLURLProvider
DEFAULT_NAPTR_DEBUG, DEFAULT_USE_DNS_CACHE, URL_CHARSET, URL_LOCALE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.helger.smpclient.url.AbstractBDXLURLProvider
addDNSCacheEntries, addDNSCacheEntry, clearDNSCache, customDNSServers, getAllDNSCacheEntries, getDNSCacheEntry, getDNSNameOfParticipant, getHashValueStringRepresentation, getNAPTRServiceName, getSMPURIOfParticipant, internalGetDNSName, isAddIdentifierSchemeToZone, isLowercaseValueBeforeHashing, isUseDNSCache, isUseNaptrDebug, setAddIdentifierSchemeToZone, setLowercaseValueBeforeHashing, setNAPTRServiceName, setUseDNSCache, setUseNaptrDebug, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.smpclient.url.IBDXLURLProvider
getDNSNameOfParticipant, getDNSNameOfParticipantMethods inherited from interface com.helger.smpclient.url.ISMPURLProvider
getSMPURIOfParticipant, getSMPURIOfParticipant, getSMPURLOfParticipant, getSMPURLOfParticipant
-
Field Details
-
NAPTR_SERVICE_NAME
The U-NAPTR record service name. Based on DBNA SML Profile 1.0 chapter 4.3.- See Also:
-
MUTABLE_INSTANCE
The writable API of the default instance -
INSTANCE
The default instance that should be used
-
-
Constructor Details
-
DBNAURLProviderSMP
public DBNAURLProviderSMP()Default constructor.
-