Uses of Class
org.apache.camel.component.gae.mail.GMailEndpoint

Packages that use GMailEndpoint
org.apache.camel.component.gae.mail   
 

Uses of GMailEndpoint in org.apache.camel.component.gae.mail
 

Methods in org.apache.camel.component.gae.mail that return GMailEndpoint
 GMailEndpoint GMailProducer.getEndpoint()
           
 

Methods in org.apache.camel.component.gae.mail that return types with arguments of type GMailEndpoint
 OutboundBinding<GMailEndpoint,com.google.appengine.api.mail.MailService.Message,Void> GMailProducer.getOutboundBinding()
           
 OutboundBinding<GMailEndpoint,com.google.appengine.api.mail.MailService.Message,Void> GMailEndpoint.getOutboundBinding()
           
 

Methods in org.apache.camel.component.gae.mail with parameters of type GMailEndpoint
 org.apache.camel.Exchange GMailBinding.readResponse(GMailEndpoint endpoint, org.apache.camel.Exchange exchange, Void response)
           
protected  void GMailBinding.writeAttachments(GMailEndpoint endpoint, org.apache.camel.Exchange exchange, com.google.appengine.api.mail.MailService.Message request)
           
protected  void GMailBinding.writeBcc(GMailEndpoint endpoint, org.apache.camel.Exchange exchange, com.google.appengine.api.mail.MailService.Message request)
           
protected  void GMailBinding.writeBody(GMailEndpoint endpoint, org.apache.camel.Exchange exchange, com.google.appengine.api.mail.MailService.Message request)
           
protected  void GMailBinding.writeCc(GMailEndpoint endpoint, org.apache.camel.Exchange exchange, com.google.appengine.api.mail.MailService.Message request)
           
protected  void GMailBinding.writeFrom(GMailEndpoint endpoint, org.apache.camel.Exchange exchange, com.google.appengine.api.mail.MailService.Message request)
           
 com.google.appengine.api.mail.MailService.Message GMailBinding.writeRequest(GMailEndpoint endpoint, org.apache.camel.Exchange exchange, com.google.appengine.api.mail.MailService.Message request)
          Reads data from exchange and writes it to a newly created MailService.Message instance.
protected  void GMailBinding.writeSubject(GMailEndpoint endpoint, org.apache.camel.Exchange exchange, com.google.appengine.api.mail.MailService.Message request)
           
protected  void GMailBinding.writeTo(GMailEndpoint endpoint, org.apache.camel.Exchange exchange, com.google.appengine.api.mail.MailService.Message request)
           
 

Method parameters in org.apache.camel.component.gae.mail with type arguments of type GMailEndpoint
 void GMailEndpoint.setOutboundBinding(OutboundBinding<GMailEndpoint,com.google.appengine.api.mail.MailService.Message,Void> outboundBinding)
           
 

Constructors in org.apache.camel.component.gae.mail with parameters of type GMailEndpoint
GMailProducer(GMailEndpoint endpoint)
           
 



Apache CAMEL