org.apache.camel.component.apns.factory
Class ApnsServiceFactory

java.lang.Object
  extended by org.apache.camel.component.apns.factory.ApnsServiceFactory
All Implemented Interfaces:
org.apache.camel.CamelContextAware

public class ApnsServiceFactory
extends Object
implements org.apache.camel.CamelContextAware


Constructor Summary
ApnsServiceFactory()
           
ApnsServiceFactory(org.apache.camel.CamelContext camelContext)
           
 
Method Summary
 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()
           
 SSLContext getSslContext()
           
 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 setSslContext(SSLContext sslContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApnsServiceFactory

public ApnsServiceFactory()

ApnsServiceFactory

public ApnsServiceFactory(org.apache.camel.CamelContext camelContext)
Method Detail

getCamelContext

public org.apache.camel.CamelContext getCamelContext()
Specified by:
getCamelContext in interface org.apache.camel.CamelContextAware

setCamelContext

public void setCamelContext(org.apache.camel.CamelContext camelContext)
Specified by:
setCamelContext in interface org.apache.camel.CamelContextAware

getFeedbackHost

public String getFeedbackHost()

setFeedbackHost

public void setFeedbackHost(String feedbackHost)

getGatewayHost

public String getGatewayHost()

setGatewayHost

public void setGatewayHost(String gatewayHost)

getGatewayPort

public int getGatewayPort()

setGatewayPort

public void setGatewayPort(int gatewayPort)

getFeedbackPort

public int getFeedbackPort()

setFeedbackPort

public void setFeedbackPort(int feedbackPort)

getPoolSize

public int getPoolSize()

setPoolSize

public void setPoolSize(int poolSize)

getCertificatePath

public String getCertificatePath()

setCertificatePath

public void setCertificatePath(String certificatePath)

getCertificatePassword

public String getCertificatePassword()

setCertificatePassword

public void setCertificatePassword(String certificatePassword)

getReconnectionPolicy

public ReconnectionPolicy getReconnectionPolicy()

setReconnectionPolicy

public void setReconnectionPolicy(ReconnectionPolicy reconnectionPolicy)

getConnectionStrategy

public ConnectionStrategy getConnectionStrategy()

setConnectionStrategy

public void setConnectionStrategy(ConnectionStrategy connectionStrategy)

getSslContext

public SSLContext getSslContext()

setSslContext

public void setSslContext(SSLContext sslContext)

getApnsDelegate

public com.notnoop.apns.ApnsDelegate getApnsDelegate()

setApnsDelegate

public void setApnsDelegate(com.notnoop.apns.ApnsDelegate apnsDelegate)

getApnsService

public com.notnoop.apns.ApnsService getApnsService()


Apache Camel