@PaymentRequired(articleId="abc456") @RestController public class Poc2RestController extends java.lang.Object
Constructor and Description |
---|
Poc2RestController() |
Modifier and Type | Method and Description |
---|---|
PocResult |
poc2_1()
Simple REST Endpoint.
|
PocResult |
poc2_2()
Simple REST Endpoint.
|
@RequestMapping(value="/poc2_1") public PocResult poc2_1()
@RequestMapping(value="/poc2_2") public PocResult poc2_2()