Uses of Interface
org.apache.camel.component.gae.login.GLoginService

Packages that use GLoginService
org.apache.camel.component.gae.login   
 

Uses of GLoginService in org.apache.camel.component.gae.login
 

Classes in org.apache.camel.component.gae.login that implement GLoginService
 class GLoginServiceImpl
          Implements the interactions with Google's authentication and authorization services.
 

Methods in org.apache.camel.component.gae.login that return GLoginService
 GLoginService GLoginEndpoint.getService()
           
 GLoginService GLoginProducer.getService()
           
 

Methods in org.apache.camel.component.gae.login with parameters of type GLoginService
 void GLoginEndpoint.setService(GLoginService service)
          Sets the service that makes the remote calls to Google services or the local development server.
 



Apache CAMEL