Package org.apache.cxf.transport.jms
Class ConnectionFactoryFeature
- java.lang.Object
-
- javax.xml.ws.WebServiceFeature
-
- org.apache.cxf.feature.AbstractFeature
-
- org.apache.cxf.feature.DelegatingFeature<ConnectionFactoryFeature.Portable>
-
- org.apache.cxf.transport.jms.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConnectionFactoryFeature.Portable
-
Constructor Summary
Constructors Constructor Description ConnectionFactoryFeature(javax.jms.ConnectionFactory cf)
-