@Path(value="/workflows")
public class WorkflowMessagingResources
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NOTIFICATION_SERVICE_BASE_PATH |
static java.lang.String |
NOTIFICATION_SERVICE_SWAGGER_JSON |
static java.lang.String |
NOTIFICATION_SERVICE_WORKFLOWS_PATH |
Constructor and Description |
---|
WorkflowMessagingResources() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getWorkflowMessage(long messageId) |
javax.ws.rs.core.Response |
postWorkflowMessage(Workflow message) |
public static final java.lang.String NOTIFICATION_SERVICE_SWAGGER_JSON
public static final java.lang.String NOTIFICATION_SERVICE_BASE_PATH
public static final java.lang.String NOTIFICATION_SERVICE_WORKFLOWS_PATH
@POST @Consumes(value="application/json") @Produces(value="application/json") public javax.ws.rs.core.Response postWorkflowMessage(Workflow message)
@Path(value="/{messageId}") @GET @Produces(value="application/json") public javax.ws.rs.core.Response getWorkflowMessage(@PathParam(value="messageId") long messageId)
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.