Package io.quarkiverse.cxf
Class QuarkusClientFactoryBean
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.endpoint.AbstractEndpointFactory
org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
org.apache.cxf.frontend.ClientFactoryBean
io.quarkiverse.cxf.QuarkusClientFactoryBean
- All Implemented Interfaces:
org.apache.cxf.interceptor.InterceptorProvider
public class QuarkusClientFactoryBean
extends org.apache.cxf.frontend.ClientFactoryBean
-
Field Summary
Fields inherited from class org.apache.cxf.endpoint.AbstractEndpointFactory
address, bindingConfig, bindingFactory, bindingId, bus, conduitSelector, dataBinding, destinationFactory, endpointName, endpointReference, features, properties, publishedEndpointUrl, serviceName, transportId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyProperties(org.apache.cxf.endpoint.Endpoint ep) protected org.apache.cxf.binding.soap.SoapBindingConfigurationvoidsetBindingId(String bind) voidsetServiceClass(Class<?> serviceClass) Methods inherited from class org.apache.cxf.frontend.ClientFactoryBean
applyFeatures, create, createClient, detectTransportIdFromAddress, getWSDLEndpointFactoryMethods inherited from class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
createBindingInfo, createEndpoint, createEndpointInfo, getServiceClass, getServiceFactory, getWsdlURL, initializeServiceFactory, setServiceFactory, setWsdlURLMethods inherited from class org.apache.cxf.endpoint.AbstractEndpointFactory
addToBeans, checkPrivateEndpoint, getAddress, getBindingConfig, getBindingFactory, getBindingId, getBus, getBus, getConduitSelector, getDataBinding, getDestinationFactory, getEndpointName, getFeatures, getProperties, getProperties, getPublishedEndpointUrl, getServiceName, getTransportId, initializeAnnotationInterceptors, initializeAnnotationInterceptors, initializeAnnotationInterceptors, setAddress, setBindingConfig, setBindingFactory, setBus, setConduitSelector, setDataBinding, setDestinationFactory, setEndpointName, setEndpointReference, setFeatures, setProperties, setPublishedEndpointUrl, setServiceName, setTransportIdMethods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
-
Constructor Details
-
QuarkusClientFactoryBean
public QuarkusClientFactoryBean()
-
-
Method Details
-
setServiceClass
- Overrides:
setServiceClassin classorg.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
-
createSoapBindingConfig
protected org.apache.cxf.binding.soap.SoapBindingConfiguration createSoapBindingConfig()- Overrides:
createSoapBindingConfigin classorg.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
-
setBindingId
- Overrides:
setBindingIdin classorg.apache.cxf.endpoint.AbstractEndpointFactory
-
applyProperties
protected void applyProperties(org.apache.cxf.endpoint.Endpoint ep) - Overrides:
applyPropertiesin classorg.apache.cxf.frontend.ClientFactoryBean
-