@Path(value="/") public final class Webservices extends FrankApiBase
log, securityContext, servletConfig, servletRequest, uriInfo| Constructor and Description |
|---|
Webservices() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getOpenApiSpec(String uri) |
javax.ws.rs.core.Response |
getWebServices() |
javax.ws.rs.core.Response |
getWsdl(String configuration,
String resourceName,
boolean indent,
boolean useIncludes) |
afterPropertiesSet, allowDeprecatedEndpoints, callAsyncGateway, callSyncGateway, callSyncGateway, getApplicationContext, getEnvironment, getGateway, getJAXRSService, getProperty, getSecurityContext, getServletRequest, getUriInfo, getUserPrincipalName, sendSyncMessage, setApplicationContext@GET @RolesAllowed(value={"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/webservices") @Produces(value="application/json") public javax.ws.rs.core.Response getWebServices()
@GET @RolesAllowed(value={"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/webservices/openapi.json") @Produces(value="application/json") public javax.ws.rs.core.Response getOpenApiSpec(@QueryParam(value="uri") String uri)
@GET @RolesAllowed(value={"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/webservices/{configuration}/{resourceName}") @Produces(value="application/xml") public javax.ws.rs.core.Response getWsdl(@PathParam(value="configuration") String configuration, @PathParam(value="resourceName") String resourceName, @DefaultValue(value="true") @QueryParam(value="indent") boolean indent, @DefaultValue(value="false") @QueryParam(value="useIncludes") boolean useIncludes)
Copyright © 2023 Frank!Framework. All rights reserved.