@Path(value="payments/amazon")
public final class AwsPaymentsResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AwsPaymentsService |
service |
Constructor and Description |
---|
AwsPaymentsResource(AwsPaymentsService service) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
check(AmazonPaymentsRequestConfigProperties requestProperties) |
private final AwsPaymentsService service
@Inject public AwsPaymentsResource(AwsPaymentsService service)
@GET @Path(value="check") @Produces(value="application/json") public javax.ws.rs.core.Response check(@BeanParam AmazonPaymentsRequestConfigProperties requestProperties)