Class JMSConfigFeature

java.lang.Object
jakarta.xml.ws.WebServiceFeature
All Implemented Interfaces:
AbstractPortableFeature, Feature

public class JMSConfigFeature extends DelegatingFeature<JMSConfigFeature.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.
  • Constructor Details

    • JMSConfigFeature

      public JMSConfigFeature()
  • Method Details