org.apache.cxf.transport.jms
Class ConnectionFactoryFeature
java.lang.Object
javax.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.transport.jms.ConnectionFactoryFeature
- All Implemented Interfaces:
- Feature
public class ConnectionFactoryFeature
- extends AbstractFeature
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionFactoryFeature
public ConnectionFactoryFeature(javax.jms.ConnectionFactory cf)
initialize
public void initialize(Client client,
Bus bus)
- Specified by:
initialize
in interface Feature
- Overrides:
initialize
in class AbstractFeature
initialize
public void initialize(Server server,
Bus bus)
- Specified by:
initialize
in interface Feature
- Overrides:
initialize
in class AbstractFeature
Apache CXF