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 Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields inherited from class org.apache.cxf.frontend.ClientProxyFactoryBean

    configured
  • Constructor Summary

    Constructors
    Constructor
    Description
    QuarkusJaxWsProxyFactoryBean(org.apache.cxf.frontend.ClientFactoryBean fact, io.vertx.core.Vertx vertx, Class<?>... additionalImplementingClasses)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.cxf.frontend.ClientProxy
    clientClientProxy(org.apache.cxf.endpoint.Client c)
     
    protected Class<?>[]
     

    Methods inherited from class org.apache.cxf.jaxws.JaxWsProxyFactoryBean

    create, getConfiguredName, getHandlers, isLoadHandlers, setHandlers, setLoadHandlers

    Methods 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, setWsdlURL

    Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider

    getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QuarkusJaxWsProxyFactoryBean

      public QuarkusJaxWsProxyFactoryBean(org.apache.cxf.frontend.ClientFactoryBean fact, io.vertx.core.Vertx vertx, Class<?>... additionalImplementingClasses)
  • Method Details

    • getImplementingClasses

      protected Class<?>[] getImplementingClasses()
      Overrides:
      getImplementingClasses in class org.apache.cxf.jaxws.JaxWsProxyFactoryBean
    • clientClientProxy

      protected org.apache.cxf.frontend.ClientProxy clientClientProxy(org.apache.cxf.endpoint.Client c)
      Overrides:
      clientClientProxy in class org.apache.cxf.jaxws.JaxWsProxyFactoryBean