Uses of Class
org.apache.camel.component.apns.model.ConnectionStrategy

Packages that use ConnectionStrategy
org.apache.camel.component.apns.factory   
org.apache.camel.component.apns.model   
 

Uses of ConnectionStrategy in org.apache.camel.component.apns.factory
 

Methods in org.apache.camel.component.apns.factory that return ConnectionStrategy
 ConnectionStrategy ApnsServiceFactory.getConnectionStrategy()
           
 

Methods in org.apache.camel.component.apns.factory with parameters of type ConnectionStrategy
 void ApnsServiceFactory.setConnectionStrategy(ConnectionStrategy connectionStrategy)
           
 

Uses of ConnectionStrategy in org.apache.camel.component.apns.model
 

Methods in org.apache.camel.component.apns.model that return ConnectionStrategy
static ConnectionStrategy ConnectionStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectionStrategy[] ConnectionStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Apache Camel