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(String path, String contextPath)Method parameters in io.quarkiverse.cxf with type arguments of type CXFServletInfos Modifier and Type Method Description voidCXFRecorder. addCxfServletInfo(io.quarkus.runtime.RuntimeValue<CXFServletInfos> runtimeInfos, String path, String sei, CxfConfig cxfConfig, String serviceName, String serviceTargetNamepsace, String soapBinding, String wsImplementor, Boolean isProvider)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, CxfFixedConfig fixedConfig) -
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, CxfFixedConfig fixedConfig)
-