|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.impl.DefaultEndpoint
org.apache.camel.impl.ScheduledPollEndpoint
org.apache.camel.impl.DefaultPollingEndpoint
org.apache.camel.impl.ProcessorEndpoint
org.milyn.smooks.camel.component.SmooksEndpoint
public class SmooksEndpoint
SmooksEndpoint is a wrapper around a SmooksProcessor instance and
adds lifecycle support by implementing Service. This enables a SmooksEndpoint
to be stopped and started.
| Constructor Summary | |
|---|---|
SmooksEndpoint(java.lang.String endpointUri,
org.apache.camel.Component component,
SmooksProcessor processor)
|
|
| Method Summary | |
|---|---|
void |
start()
|
void |
stop()
|
| Methods inherited from class org.apache.camel.impl.ProcessorEndpoint |
|---|
createPollingConsumer, createProcessor, createProducer, getProcessor, isSingleton, onExchange, setProcessor |
| Methods inherited from class org.apache.camel.impl.DefaultPollingEndpoint |
|---|
createConsumer |
| Methods inherited from class org.apache.camel.impl.ScheduledPollEndpoint |
|---|
configureConsumer, configureProperties, getConsumerProperties, setConsumerProperties |
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
|---|
createEndpointUri, createExchange, createExchange, createExchange, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getId, hashCode, isLenientProperties, isSynchronous, sanitizeUri, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SmooksEndpoint(java.lang.String endpointUri,
org.apache.camel.Component component,
SmooksProcessor processor)
| Method Detail |
|---|
public void start()
throws java.lang.Exception
start in interface org.apache.camel.Servicestart in class org.apache.camel.impl.DefaultEndpointjava.lang.Exception
public void stop()
throws java.lang.Exception
stop in interface org.apache.camel.Servicestop in class org.apache.camel.impl.DefaultEndpointjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||