Package org.apache.cxf.transport.jms
Class JMSConfigFeature.Portable
- java.lang.Object
-
- org.apache.cxf.transport.jms.JMSConfigFeature.Portable
-
- All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature,org.apache.cxf.feature.Feature
- Enclosing class:
- JMSConfigFeature
public static class JMSConfigFeature.Portable extends Object implements org.apache.cxf.feature.AbstractPortableFeature
-
-
Constructor Summary
Constructors Constructor Description Portable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JMSConfigurationgetJmsConfig()voidinitialize(org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus)voidinitialize(org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus)voidsetJmsConfig(JMSConfiguration jmsConfig)
-
-
-
Method Detail
-
initialize
public void initialize(org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus)- Specified by:
initializein interfaceorg.apache.cxf.feature.AbstractPortableFeature- Specified by:
initializein interfaceorg.apache.cxf.feature.Feature
-
initialize
public void initialize(org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus)- Specified by:
initializein interfaceorg.apache.cxf.feature.AbstractPortableFeature- Specified by:
initializein interfaceorg.apache.cxf.feature.Feature
-
getJmsConfig
public JMSConfiguration getJmsConfig()
-
setJmsConfig
public void setJmsConfig(JMSConfiguration jmsConfig)
-
-