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>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCxfHandler(CXFServletInfos cxfServletInfos, io.quarkus.arc.runtime.BeanContainer beanContainer, io.quarkus.vertx.http.runtime.HttpConfiguration httpConfiguration, CxfFixedConfig fixedConfig) -
Method Summary
-
Constructor Details
-
CxfHandler
public CxfHandler(CXFServletInfos cxfServletInfos, io.quarkus.arc.runtime.BeanContainer beanContainer, io.quarkus.vertx.http.runtime.HttpConfiguration httpConfiguration, CxfFixedConfig fixedConfig)
-
-
Method Details
-
handle
public void handle(io.vertx.ext.web.RoutingContext event) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-