public class ApnsEndpoint
extends org.apache.camel.impl.ScheduledPollEndpoint
| Constructor and Description |
|---|
ApnsEndpoint(String uri,
ApnsComponent component) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
com.notnoop.apns.ApnsService |
getApnsService() |
protected Set<org.apache.camel.impl.DefaultConsumer> |
getConsumers() |
String |
getTokens() |
boolean |
isSingleton() |
void |
setTokens(String tokens) |
configurePollingConsumer, configureProperties, configureScheduledPollConsumerPropertiesconfigureConsumer, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic ApnsEndpoint(String uri, ApnsComponent component)
public String getTokens()
public void setTokens(String tokens)
public com.notnoop.apns.ApnsService getApnsService()
public boolean isSingleton()
protected Set<org.apache.camel.impl.DefaultConsumer> getConsumers()
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
ExceptionApache Camel