@Component @Path(value="/application/card") public class CardService extends Object
| Constructor and Description |
|---|
CardService() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationResult |
applyCard(CardApplication app) |
void |
init() |
@PostConstruct public void init()
@POST @Produces(value="application/json") @Consumes(value="application/json") public ApplicationResult applyCard(CardApplication app)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.