final class IPNServiceLocatorImpl extends java.lang.Object implements IPNServiceLocator
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<com.amazonservices.mws.offamazonpaymentsipn.notifications.NotificationType,IPNService> |
register |
Constructor and Description |
---|
IPNServiceLocatorImpl(java.util.Set<IPNService> services) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<IPNService> |
lookup(com.amazonservices.mws.offamazonpaymentsipn.notifications.NotificationType notificationType) |
private final java.util.HashMap<com.amazonservices.mws.offamazonpaymentsipn.notifications.NotificationType,IPNService> register
@Inject public IPNServiceLocatorImpl(java.util.Set<IPNService> services)
@Nullable public com.google.common.base.Optional<IPNService> lookup(com.amazonservices.mws.offamazonpaymentsipn.notifications.NotificationType notificationType)
lookup
in interface IPNServiceLocator