Uses of Interface
org.apache.camel.component.sjms.jms.JmsObjectFactory
-
Packages that use JmsObjectFactory Package Description org.apache.camel.component.sjms org.apache.camel.component.sjms.jms -
-
Uses of JmsObjectFactory in org.apache.camel.component.sjms
Methods in org.apache.camel.component.sjms that return JmsObjectFactory Modifier and Type Method Description JmsObjectFactory
SjmsEndpoint. getJmsObjectFactory()
Methods in org.apache.camel.component.sjms with parameters of type JmsObjectFactory Modifier and Type Method Description void
SjmsEndpoint. setJmsObjectFactory(JmsObjectFactory jmsObjectFactory)
To use a custom Jms Object factory -
Uses of JmsObjectFactory in org.apache.camel.component.sjms.jms
Classes in org.apache.camel.component.sjms.jms that implement JmsObjectFactory Modifier and Type Class Description class
Jms11ObjectFactory
JMS 1.1 object factory
-