|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.support.ServiceSupport
org.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.
| Field Summary |
|---|
| Fields inherited from class org.apache.camel.support.ServiceSupport |
|---|
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending |
| Constructor Summary | |
|---|---|
SmooksEndpoint(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 |
|---|
configureProperties |
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
|---|
configureConsumer, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toString |
| Methods inherited from class org.apache.camel.support.ServiceSupport |
|---|
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, resume, shutdown, suspend |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SmooksEndpoint(String endpointUri,
org.apache.camel.Component component,
SmooksProcessor processor)
| Method Detail |
|---|
public void start()
throws Exception
start in interface org.apache.camel.Servicestart in class org.apache.camel.support.ServiceSupportException
public void stop()
throws Exception
stop in interface org.apache.camel.Servicestop in class org.apache.camel.support.ServiceSupportException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||