Class Webservices
java.lang.Object
org.frankframework.console.controllers.Webservices
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static final record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<?> getOpenApiSpec
(String uri) org.springframework.http.ResponseEntity
<?> org.springframework.http.ResponseEntity
<?> getWsdl
(Webservices.WsdlPathVariables path, Webservices.WsdlParameters params)
-
Constructor Details
-
Webservices
-
-
Method Details
-
getWebServices
@AllowAllIbisUserRoles @GetMapping(value="/webservices", produces="application/json") public org.springframework.http.ResponseEntity<?> getWebServices() -
getOpenApiSpec
@AllowAllIbisUserRoles @GetMapping(value="/webservices/openapi.json", produces="application/json") public org.springframework.http.ResponseEntity<?> getOpenApiSpec(@RequestParam(value="uri",required=false) String uri) -
getWsdl
@AllowAllIbisUserRoles @GetMapping(value="/webservices/{configuration}/{resourceName}", produces="application/xml") public org.springframework.http.ResponseEntity<?> getWsdl(Webservices.WsdlPathVariables path, Webservices.WsdlParameters params)
-