public class PythonSimpleEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Constructor and Description |
|---|
PythonSimpleEndpoint(org.apache.camel.Component component,
String endpointUri,
String path,
Map<String,Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
String |
getArgv() |
org.osgi.framework.BundleContext |
getContext() |
String |
getEndpointUri() |
Map<String,Object> |
getParameters() |
String |
getPath() |
String |
getUser() |
boolean |
isSingleton() |
void |
setArgv(String argv) |
void |
setUser(String userName) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic String getEndpointUri()
getEndpointUri in interface org.apache.camel.EndpointgetEndpointUri in class org.apache.camel.impl.DefaultEndpointpublic String getPath()
public org.osgi.framework.BundleContext getContext()
public String getArgv()
public void setArgv(String argv)
public String getUser()
public void setUser(String userName)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.