@Path(value="/") public final class BrowseQueue extends FrankApiBase
log, securityContext, servletConfig, servletRequest, uriInfo
Constructor and Description |
---|
BrowseQueue() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getBrowseQueue() |
javax.ws.rs.core.Response |
putBrowseQueue(Map<String,Object> json) |
afterPropertiesSet, allowDeprecatedEndpoints, callAsyncGateway, callSyncGateway, callSyncGateway, getGateway, getJAXRSService, getProperty, getUserPrincipalName, sendSyncMessage, setApplicationContext
@GET @RolesAllowed(value={"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="jms") @Produces(value="application/json") public javax.ws.rs.core.Response getBrowseQueue()
@POST @RolesAllowed(value={"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="jms/browse") @Produces(value="application/json") @Consumes(value="application/json") public javax.ws.rs.core.Response putBrowseQueue(Map<String,Object> json)
Copyright © 2023 Frank!Framework. All rights reserved.