Class MockServices
java.lang.Object
de.joergdev.mosy.backend.api.impl.MockServices
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsecaptureRestDelete(String path, jakarta.ws.rs.core.HttpHeaders headers, jakarta.ws.rs.core.UriInfo uriInfo, String content) jakarta.ws.rs.core.ResponsecaptureRestGet(String path, jakarta.ws.rs.core.HttpHeaders headers, jakarta.ws.rs.core.UriInfo uriInfo, String content) jakarta.ws.rs.core.ResponsecaptureRestPost(String path, jakarta.ws.rs.core.HttpHeaders headers, jakarta.ws.rs.core.UriInfo uriInfo, String content) jakarta.ws.rs.core.ResponsecaptureRestPut(String path, jakarta.ws.rs.core.HttpHeaders headers, jakarta.ws.rs.core.UriInfo uriInfo, String content) jakarta.ws.rs.core.ResponsecaptureSoap(String path, jakarta.ws.rs.core.HttpHeaders headers, jakarta.ws.rs.core.UriInfo uriInfo, String content) jakarta.ws.rs.core.ResponsecaptureSoapWsdlRequest(String path, jakarta.ws.rs.core.HttpHeaders headers, jakarta.ws.rs.core.UriInfo uriInfo) jakarta.ws.rs.core.ResponsecustomRequest(jakarta.ws.rs.core.HttpHeaders headers, de.joergdev.mosy.api.request.mockservices.CustomRequestRequest request)
-
Constructor Details
-
MockServices
public MockServices()
-
-
Method Details
-
captureSoap
-
captureSoapWsdlRequest
@Path("soap/{pth:.+}") @GET @Produces("text/html") public jakarta.ws.rs.core.Response captureSoapWsdlRequest(@PathParam("pth") String path, @Context jakarta.ws.rs.core.HttpHeaders headers, @Context jakarta.ws.rs.core.UriInfo uriInfo) -
captureRestPost
-
captureRestPut
-
captureRestDelete
-
captureRestGet
-
customRequest
@Path("custom-request") @POST public jakarta.ws.rs.core.Response customRequest(@Context jakarta.ws.rs.core.HttpHeaders headers, de.joergdev.mosy.api.request.mockservices.CustomRequestRequest request)
-