Package io.quarkiverse.cxf.transport
Class CxfHandler
- java.lang.Object
-
- io.quarkiverse.cxf.transport.CxfHandler
-
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class CxfHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-
-
Constructor Summary
Constructors Constructor Description CxfHandler()CxfHandler(CXFServletInfos cxfServletInfos, io.quarkus.arc.runtime.BeanContainer beanContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidgenerateNotFound(io.vertx.core.http.HttpServerRequest request, io.vertx.core.http.HttpServerResponse res)voidhandle(io.vertx.ext.web.RoutingContext event)protected voidupdateDestination(io.vertx.core.http.HttpServerRequest request, org.apache.cxf.transport.http.AbstractHTTPDestination d)
-
-
-
Constructor Detail
-
CxfHandler
public CxfHandler()
-
CxfHandler
public CxfHandler(CXFServletInfos cxfServletInfos, io.quarkus.arc.runtime.BeanContainer beanContainer)
-
-
Method Detail
-
handle
public void handle(io.vertx.ext.web.RoutingContext event)
- Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-
generateNotFound
protected void generateNotFound(io.vertx.core.http.HttpServerRequest request, io.vertx.core.http.HttpServerResponse res)
-
updateDestination
protected void updateDestination(io.vertx.core.http.HttpServerRequest request, org.apache.cxf.transport.http.AbstractHTTPDestination d)
-
-