Uses of Interface
org.apache.camel.component.gae.auth.GAuthService

Packages that use GAuthService
org.apache.camel.component.gae.auth   
 

Uses of GAuthService in org.apache.camel.component.gae.auth
 

Methods in org.apache.camel.component.gae.auth that return GAuthService
 GAuthService GAuthEndpoint.getService()
           
 

Methods in org.apache.camel.component.gae.auth with parameters of type GAuthService
 void GAuthEndpoint.setService(GAuthService service)
          Sets the service that makes the remote calls to Google services.
 



Apache CAMEL