public class HttpRouting
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static jakarta.ws.rs.core.Response
doRouting(String endpoint,
String endpointCalled,
String request,
de.joergdev.mosy.api.model.HttpMethod httpMethod,
jakarta.ws.rs.core.MultivaluedMap<String,String> headerMap,
boolean isSOAP,
boolean isInternalRouting)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
HttpRouting
public HttpRouting()
-
Method Details
-
doRouting
public static jakarta.ws.rs.core.Response doRouting(String endpoint,
String endpointCalled,
String request,
de.joergdev.mosy.api.model.HttpMethod httpMethod,
jakarta.ws.rs.core.MultivaluedMap<String,String> headerMap,
boolean isSOAP,
boolean isInternalRouting)