public class GatewayFactoryImpl extends java.lang.Object implements GatewayFactory
Modifier and Type | Field and Description |
---|---|
private SpreedlyProxy |
spreedlyProxy |
private StripeProxy |
stripeProxy |
Constructor and Description |
---|
GatewayFactoryImpl(SpreedlyProxy spreedlyProxy,
StripeProxy stripeProxy) |
Modifier and Type | Method and Description |
---|---|
Gateway |
getGateway(GatewayEntry gatewayEntry) |
private final SpreedlyProxy spreedlyProxy
private final StripeProxy stripeProxy
@Inject public GatewayFactoryImpl(SpreedlyProxy spreedlyProxy, StripeProxy stripeProxy)
public Gateway getGateway(GatewayEntry gatewayEntry)
getGateway
in interface GatewayFactory