Uses of Class
io.quarkiverse.cxf.CXFServletInfos
Packages that use CXFServletInfos
-
Uses of CXFServletInfos in io.quarkiverse.cxf
Methods in io.quarkiverse.cxf that return types with arguments of type CXFServletInfosModifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<CXFServletInfos>CXFRecorder.createInfos(String path, String contextPath) Method parameters in io.quarkiverse.cxf with type arguments of type CXFServletInfosModifier and TypeMethodDescriptionvoidCXFRecorder.addCxfServletInfo(io.quarkus.runtime.RuntimeValue<CXFServletInfos> runtimeInfos, io.quarkus.runtime.RuntimeValue<Map<String, List<CXFRecorder.ServletConfig>>> implementorToCfg, String path, Class<?> sei, CxfConfig cxfConfig, String serviceName, String serviceTargetNamepsace, String soapBinding, Class<?> wsImplementor, Boolean isProvider, String relativePathFromCxfEndpointAnnotation, CXFRecorder.BeanLookupStrategy beanLookupStrategy) 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.devui
Methods in io.quarkiverse.cxf.devui with parameters of type CXFServletInfosModifier and TypeMethodDescriptionstatic voidCxfJsonRPCService.setServletInfos(CXFServletInfos infos) Method parameters in io.quarkiverse.cxf.devui with type arguments of type CXFServletInfosModifier and TypeMethodDescriptionvoidDevUiRecorder.servletInfos(io.quarkus.runtime.RuntimeValue<CXFServletInfos> cxfServletInfos) -
Uses of CXFServletInfos in io.quarkiverse.cxf.transport
Constructors in io.quarkiverse.cxf.transport with parameters of type CXFServletInfosModifierConstructorDescriptionCxfHandler(CXFServletInfos cxfServletInfos, io.quarkus.arc.runtime.BeanContainer beanContainer, io.quarkus.vertx.http.runtime.HttpConfiguration httpConfiguration, CxfFixedConfig fixedConfig)