Uses of Class
org.apache.camel.component.gae.auth.GAuthEndpoint.Name

Packages that use GAuthEndpoint.Name
org.apache.camel.component.gae.auth   
 

Uses of GAuthEndpoint.Name in org.apache.camel.component.gae.auth
 

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



Apache CAMEL