org.apache.cxf.transport.jms
Class JMSConfigFeature
java.lang.Object
javax.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.transport.jms.JMSConfigFeature
- All Implemented Interfaces:
- Feature
public class JMSConfigFeature
- 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 |
JMSConfigFeature
public JMSConfigFeature()
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
getJmsConfig
public JMSConfiguration getJmsConfig()
setJmsConfig
public void setJmsConfig(JMSConfiguration jmsConfig)
Apache CXF