Package io.quarkiverse.cxf
Class CxfClientInfoProducer
- java.lang.Object
-
- io.quarkiverse.cxf.CxfClientProducer
-
- io.quarkiverse.cxf.CxfClientInfoProducer
-
public class CxfClientInfoProducer extends CxfClientProducer
ProducesCXFClientInfobeans.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.quarkiverse.cxf.CxfClientProducer
CxfClientProducer.ClientFactoryCustomizer
-
-
Field Summary
-
Fields inherited from class io.quarkiverse.cxf.CxfClientProducer
RUNTIME_INITIALIZED_PROXY_MARKER_INTERFACE_NAME, RUNTIME_INITIALIZED_PROXY_MARKER_INTERFACE_PACKAGE
-
-
Constructor Summary
Constructors Constructor Description CxfClientInfoProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CXFClientInfoloadCxfClientInfo(jakarta.enterprise.inject.spi.InjectionPoint ip)Must be public, otherwise: java.lang.VerifyError: Bad access to protected data in invokevirtual-
Methods inherited from class io.quarkiverse.cxf.CxfClientProducer
closeCxfClient, loadCxfClient, loadCxfClientInfo, selectorCXFClientInfo
-
-
-
-
Method Detail
-
loadCxfClientInfo
@Produces @CXFClient public CXFClientInfo loadCxfClientInfo(jakarta.enterprise.inject.spi.InjectionPoint ip)
Must be public, otherwise: java.lang.VerifyError: Bad access to protected data in invokevirtual
-
-