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
  • Field Summary

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

    configured
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    protected Class<?>[]
     

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

    clientClientProxy, 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, Class<?>... additionalImplementingClasses)
  • Method Details

    • getImplementingClasses

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