@Path(value="converse") public class ConversationController extends Object
| Constructor and Description |
|---|
ConversationController() |
| Modifier and Type | Method and Description |
|---|---|
String |
startConversation() |
String |
stopConversation() |
String |
tellme() |
@GET @Controller @Produces(value="text/html") @Path(value="start") public String startConversation()
@GET @Controller @Produces(value="text/html") @Path(value="tellme") public String tellme()
@GET @Controller @Produces(value="text/html") @Path(value="stop") public String stopConversation()
Copyright © 2015. All Rights Reserved.