Class ConnectionFactoryFeature

  • All Implemented Interfaces:
    org.apache.cxf.feature.AbstractPortableFeature, org.apache.cxf.feature.Feature

    public class ConnectionFactoryFeature
    extends org.apache.cxf.feature.DelegatingFeature<ConnectionFactoryFeature.Portable>
    Allows to configure the JMSConfiguration directly at the Client or Server. Simply add this class to the Features and reference a JMSConfiguration. The configuration inside this class takes precedence over a configuration that is generated from the old configuration style.
    • Field Summary

      • Fields inherited from class org.apache.cxf.feature.DelegatingFeature

        delegate
      • Fields inherited from class javax.xml.ws.WebServiceFeature

        enabled
    • Method Summary

      • Methods inherited from class org.apache.cxf.feature.DelegatingFeature

        getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegate
      • Methods inherited from class org.apache.cxf.feature.AbstractFeature

        doInitializeProvider, getActive, getID, isEnabled
    • Constructor Detail

      • ConnectionFactoryFeature

        public ConnectionFactoryFeature​(javax.jms.ConnectionFactory cf)