|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducerTemplate<E>
org.apache.camel.CamelTemplate<E>
ProducerTemplate instead, can be created using CamelContext.createProducerTemplate(). Will be removed in Camel 2.0
@Deprecated public class CamelTemplate<E extends Exchange>
A client helper object (named like Spring's TransactionTemplate & JmsTemplate
et al) for working with Camel and sending Message instances in an
Exchange to an Endpoint.
| Constructor Summary | |
|---|---|
CamelTemplate(CamelContext context)
Deprecated. |
|
CamelTemplate(CamelContext context,
Endpoint defaultEndpoint)
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
|---|
addChildService, getThreadName, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.camel.Service |
|---|
start, stop |
| Constructor Detail |
|---|
public CamelTemplate(CamelContext context)
public CamelTemplate(CamelContext context,
Endpoint defaultEndpoint)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||