Uses of Class
io.quarkiverse.cxf.CXFServletInfos
-
Packages that use CXFServletInfos Package Description io.quarkiverse.cxf io.quarkiverse.cxf.devconsole io.quarkiverse.cxf.transport -
-
Uses of CXFServletInfos in io.quarkiverse.cxf
Methods in io.quarkiverse.cxf that return types with arguments of type CXFServletInfos Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<CXFServletInfos>CXFRecorder. createInfos()Method parameters in io.quarkiverse.cxf with type arguments of type CXFServletInfos Modifier and Type Method Description io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>CXFRecorder. initServer(io.quarkus.runtime.RuntimeValue<CXFServletInfos> infos, io.quarkus.arc.runtime.BeanContainer beanContainer, io.quarkus.vertx.http.runtime.HttpConfiguration httpConfiguration)voidCXFRecorder. registerCXFServlet(io.quarkus.runtime.RuntimeValue<CXFServletInfos> runtimeInfos, String path, String sei, CxfConfig cxfConfig, String serviceName, String serviceTargetNamepsace, String soapBinding, List<String> wrapperClassNames, String wsImplementor, Boolean isProvider)voidCXFRecorder. setPath(io.quarkus.runtime.RuntimeValue<CXFServletInfos> infos, String path, String contextPath) -
Uses of CXFServletInfos in io.quarkiverse.cxf.devconsole
Methods in io.quarkiverse.cxf.devconsole with parameters of type CXFServletInfos Modifier and Type Method Description static voidDevCxfServerInfosSupplier. setServletInfos(CXFServletInfos infos) -
Uses of CXFServletInfos in io.quarkiverse.cxf.transport
Constructors in io.quarkiverse.cxf.transport with parameters of type CXFServletInfos Constructor Description CxfHandler(CXFServletInfos cxfServletInfos, io.quarkus.arc.runtime.BeanContainer beanContainer, io.quarkus.vertx.http.runtime.HttpConfiguration httpConfiguration)
-