public class ApnsServiceFactory extends Object implements org.apache.camel.CamelContextAware
Constructor and Description |
---|
ApnsServiceFactory() |
ApnsServiceFactory(org.apache.camel.CamelContext camelContext) |
Modifier and Type | Method and Description |
---|---|
protected com.notnoop.apns.ApnsServiceBuilder |
configureServiceBuilder(com.notnoop.apns.ApnsServiceBuilder serviceBuilder) |
com.notnoop.apns.ApnsDelegate |
getApnsDelegate() |
com.notnoop.apns.ApnsService |
getApnsService() |
org.apache.camel.CamelContext |
getCamelContext() |
String |
getCertificatePassword() |
String |
getCertificatePath() |
ConnectionStrategy |
getConnectionStrategy() |
String |
getFeedbackHost() |
int |
getFeedbackPort() |
String |
getGatewayHost() |
int |
getGatewayPort() |
int |
getPoolSize() |
ReconnectionPolicy |
getReconnectionPolicy() |
org.apache.camel.util.jsse.SSLContextParameters |
getSslContextParameters() |
void |
setApnsDelegate(com.notnoop.apns.ApnsDelegate apnsDelegate) |
void |
setCamelContext(org.apache.camel.CamelContext camelContext) |
void |
setCertificatePassword(String certificatePassword) |
void |
setCertificatePath(String certificatePath) |
void |
setConnectionStrategy(ConnectionStrategy connectionStrategy) |
void |
setFeedbackHost(String feedbackHost) |
void |
setFeedbackPort(int feedbackPort) |
void |
setGatewayHost(String gatewayHost) |
void |
setGatewayPort(int gatewayPort) |
void |
setPoolSize(int poolSize) |
void |
setReconnectionPolicy(ReconnectionPolicy reconnectionPolicy) |
void |
setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters) |
public ApnsServiceFactory()
public ApnsServiceFactory(org.apache.camel.CamelContext camelContext)
public org.apache.camel.CamelContext getCamelContext()
getCamelContext
in interface org.apache.camel.CamelContextAware
public void setCamelContext(org.apache.camel.CamelContext camelContext)
setCamelContext
in interface org.apache.camel.CamelContextAware
public String getFeedbackHost()
public void setFeedbackHost(String feedbackHost)
public String getGatewayHost()
public void setGatewayHost(String gatewayHost)
public int getGatewayPort()
public void setGatewayPort(int gatewayPort)
public int getFeedbackPort()
public void setFeedbackPort(int feedbackPort)
public int getPoolSize()
public void setPoolSize(int poolSize)
public String getCertificatePath()
public void setCertificatePath(String certificatePath)
public String getCertificatePassword()
public void setCertificatePassword(String certificatePassword)
public ReconnectionPolicy getReconnectionPolicy()
public void setReconnectionPolicy(ReconnectionPolicy reconnectionPolicy)
public ConnectionStrategy getConnectionStrategy()
public void setConnectionStrategy(ConnectionStrategy connectionStrategy)
public org.apache.camel.util.jsse.SSLContextParameters getSslContextParameters()
public void setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters)
public com.notnoop.apns.ApnsDelegate getApnsDelegate()
public void setApnsDelegate(com.notnoop.apns.ApnsDelegate apnsDelegate)
public com.notnoop.apns.ApnsService getApnsService()
protected com.notnoop.apns.ApnsServiceBuilder configureServiceBuilder(com.notnoop.apns.ApnsServiceBuilder serviceBuilder)
Apache Camel