Package org.apache.cxf.transport.jms
Class JMSConfigFeature
- java.lang.Object
-
- javax.xml.ws.WebServiceFeature
-
- org.apache.cxf.feature.AbstractFeature
-
- org.apache.cxf.feature.DelegatingFeature<JMSConfigFeature.Portable>
-
- org.apache.cxf.transport.jms.JMSConfigFeature
-
- 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJMSConfigFeature.Portable
-
Field Summary
-
Fields inherited from class org.apache.cxf.feature.DelegatingFeature
delegate
-
-
Constructor Summary
Constructors Constructor Description JMSConfigFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JMSConfigurationgetJmsConfig()voidsetJmsConfig(JMSConfiguration jmsConfig)-
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
-
-
-
-
Method Detail
-
getJmsConfig
public JMSConfiguration getJmsConfig()
-
setJmsConfig
public void setJmsConfig(JMSConfiguration jmsConfig)
-
-