Class ApnsServiceFactory

  • All Implemented Interfaces:
    org.apache.camel.CamelContextAware

    public class ApnsServiceFactory
    extends Object
    implements org.apache.camel.CamelContextAware
    • 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)
      • setReconnectionPolicy

        public void setReconnectionPolicy​(ReconnectionPolicy reconnectionPolicy)
      • setConnectionStrategy

        public void setConnectionStrategy​(ConnectionStrategy connectionStrategy)
      • getSslContextParameters

        public org.apache.camel.support.jsse.SSLContextParameters getSslContextParameters()
      • setSslContextParameters

        public void setSslContextParameters​(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
      • getApnsDelegate

        public com.notnoop.apns.ApnsDelegate getApnsDelegate()
      • setApnsDelegate

        public void setApnsDelegate​(com.notnoop.apns.ApnsDelegate apnsDelegate)
      • getApnsService

        public com.notnoop.apns.ApnsService getApnsService()
      • configureServiceBuilder

        protected com.notnoop.apns.ApnsServiceBuilder configureServiceBuilder​(com.notnoop.apns.ApnsServiceBuilder serviceBuilder)