Package io.quarkiverse.cxf
Class CXFRecorder
- java.lang.Object
-
- io.quarkiverse.cxf.CXFRecorder
-
public class CXFRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description CXFRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<CXFServletInfos>createInfos()io.quarkus.runtime.RuntimeValue<CXFClientInfo>cxfClientInfoSupplier(CXFClientData cxfClientData)Create CXFClientInfo supplier.io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>initServer(io.quarkus.runtime.RuntimeValue<CXFServletInfos> infos, io.quarkus.arc.runtime.BeanContainer beanContainer, io.quarkus.vertx.http.runtime.HttpConfiguration httpConfiguration)voidregisterCXFServlet(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)voidsetPath(io.quarkus.runtime.RuntimeValue<CXFServletInfos> infos, String path, String contextPath)
-
-
-
Method Detail
-
cxfClientInfoSupplier
public io.quarkus.runtime.RuntimeValue<CXFClientInfo> cxfClientInfoSupplier(CXFClientData cxfClientData)
Create CXFClientInfo supplier.This method is called once per @WebService *interface*. The idea is to produce a default client config for a given SEI.
-
registerCXFServlet
public void 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)
-
createInfos
public io.quarkus.runtime.RuntimeValue<CXFServletInfos> createInfos()
-
initServer
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> initServer(io.quarkus.runtime.RuntimeValue<CXFServletInfos> infos, io.quarkus.arc.runtime.BeanContainer beanContainer, io.quarkus.vertx.http.runtime.HttpConfiguration httpConfiguration)
-
setPath
public void setPath(io.quarkus.runtime.RuntimeValue<CXFServletInfos> infos, String path, String contextPath)
-
-