Package io.quarkiverse.cxf
Class QuarkusJaxWsProxyFactoryBean
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.frontend.ClientProxyFactoryBean
org.apache.cxf.jaxws.JaxWsProxyFactoryBean
io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean
- All Implemented Interfaces:
org.apache.cxf.interceptor.InterceptorProvider
public class QuarkusJaxWsProxyFactoryBean
extends org.apache.cxf.jaxws.JaxWsProxyFactoryBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from class org.apache.cxf.frontend.ClientProxyFactoryBean
configured -
Constructor Summary
ConstructorsConstructorDescriptionQuarkusJaxWsProxyFactoryBean(org.apache.cxf.frontend.ClientFactoryBean fact, io.vertx.core.Vertx vertx, Class<?>... additionalImplementingClasses) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.cxf.frontend.ClientProxyclientClientProxy(org.apache.cxf.endpoint.Client c) protected Class<?>[]Methods inherited from class org.apache.cxf.jaxws.JaxWsProxyFactoryBean
create, getConfiguredName, getHandlers, isLoadHandlers, setHandlers, setLoadHandlersMethods inherited from class org.apache.cxf.frontend.ClientProxyFactoryBean
create, getAddress, getBindingConfig, getBindingId, getBus, getClientFactoryBean, getConduitSelector, getDataBinding, getEndpointName, getFeatures, getPassword, getProperties, getServiceClass, getServiceFactory, getServiceName, getTransportId, getUsername, getWsdlLocation, getWsdlURL, initFeatures, setAddress, setBindingConfig, setBindingId, setBus, setClientFactoryBean, setConduitSelector, setDataBinding, setEndpointName, setFeatures, setPassword, setProperties, setServiceClass, setServiceFactory, setServiceName, setTransportId, setUsername, setWsdlLocation, setWsdlURLMethods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
-
Constructor Details
-
QuarkusJaxWsProxyFactoryBean
public QuarkusJaxWsProxyFactoryBean(org.apache.cxf.frontend.ClientFactoryBean fact, io.vertx.core.Vertx vertx, Class<?>... additionalImplementingClasses)
-
-
Method Details
-
getImplementingClasses
- Overrides:
getImplementingClassesin classorg.apache.cxf.jaxws.JaxWsProxyFactoryBean
-
clientClientProxy
protected org.apache.cxf.frontend.ClientProxy clientClientProxy(org.apache.cxf.endpoint.Client c) - Overrides:
clientClientProxyin classorg.apache.cxf.jaxws.JaxWsProxyFactoryBean
-