@Path(value="/") public class TestServiceListener extends FrankApiBase
log, securityContext, servletConfig, servletRequest, uriInfo
Constructor and Description |
---|
TestServiceListener() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getServiceListeners() |
javax.ws.rs.core.Response |
postServiceListeners(org.apache.cxf.jaxrs.ext.multipart.MultipartBody inputDataMap) |
afterPropertiesSet, allowDeprecatedEndpoints, callAsyncGateway, callSyncGateway, callSyncGateway, getGateway, getJAXRSService, getProperty, getUserPrincipalName, sendSyncMessage, setApplicationContext
@GET @RolesAllowed(value={"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/test-servicelistener") @Produces(value="application/json") public javax.ws.rs.core.Response getServiceListeners() throws ApiException
ApiException
@POST @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/test-servicelistener") @Produces(value="application/json") @Consumes(value="multipart/form-data") public javax.ws.rs.core.Response postServiceListeners(org.apache.cxf.jaxrs.ext.multipart.MultipartBody inputDataMap) throws ApiException
ApiException
Copyright © 2023 Frank!Framework. All rights reserved.