Uses of Class
io.quarkiverse.cxf.CXFClientInfo
-
Packages that use CXFClientInfo Package Description io.quarkiverse.cxf io.quarkiverse.cxf.devconsole -
-
Uses of CXFClientInfo in io.quarkiverse.cxf
Methods in io.quarkiverse.cxf that return CXFClientInfo Modifier and Type Method Description static CXFClientInfoCXFClientInfos. fromSei(String sei)CXFClientInfoCXFClientInfos. getClientInfoBySei(String sei)CXFClientInfoCXFClientInfo. withConfig(CxfClientConfig config)Methods in io.quarkiverse.cxf that return types with arguments of type CXFClientInfo Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<CXFClientInfo>CXFRecorder. cxfClientInfoSupplier(CXFClientData cxfClientData)Create CXFClientInfo supplier.Methods in io.quarkiverse.cxf with parameters of type CXFClientInfo Modifier and Type Method Description ObjectCxfClientProducer. loadCxfClient(javax.enterprise.inject.spi.InjectionPoint ip, CXFClientInfo meta)Must be public, otherwise: java.lang.VerifyError: Bad access to protected data in invokevirtualConstructors in io.quarkiverse.cxf with parameters of type CXFClientInfo Constructor Description CXFClientInfo(CXFClientInfo other)Constructor parameters in io.quarkiverse.cxf with type arguments of type CXFClientInfo Constructor Description CXFClientInfos(javax.enterprise.inject.Instance<CXFClientInfo> cxfClientInfoInstances) -
Uses of CXFClientInfo in io.quarkiverse.cxf.devconsole
Methods in io.quarkiverse.cxf.devconsole that return types with arguments of type CXFClientInfo Modifier and Type Method Description static Collection<CXFClientInfo>DevCxfClientInfosSupplier. allClientInfos()List<CXFClientInfo>DevCxfClientInfosSupplier. get()
-