org.mule.transport.email
Class RetrieveMessageRequesterFactory

java.lang.Object
  extended by org.mule.transport.AbstractMessageRequesterFactory
      extended by org.mule.transport.email.RetrieveMessageRequesterFactory
All Implemented Interfaces:
org.mule.api.transport.MessageRequesterFactory

public class RetrieveMessageRequesterFactory
extends org.mule.transport.AbstractMessageRequesterFactory

A source of mail receiving message dispatchers. The dispatcher can only be used to receive message (as apposed to listening for them). Trying to send or dispatch will throw an UnsupportedOperationException.


Constructor Summary
RetrieveMessageRequesterFactory()
           
 
Method Summary
 org.mule.api.transport.MessageRequester create(org.mule.api.endpoint.ImmutableEndpoint endpoint)
           
 boolean isCreateRequesterPerRequest()
          By default client connections are closed after the request.
 
Methods inherited from class org.mule.transport.AbstractMessageRequesterFactory
activate, destroy, passivate, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RetrieveMessageRequesterFactory

public RetrieveMessageRequesterFactory()
Method Detail

isCreateRequesterPerRequest

public boolean isCreateRequesterPerRequest()
By default client connections are closed after the request.

Specified by:
isCreateRequesterPerRequest in interface org.mule.api.transport.MessageRequesterFactory
Overrides:
isCreateRequesterPerRequest in class org.mule.transport.AbstractMessageRequesterFactory

create

public org.mule.api.transport.MessageRequester create(org.mule.api.endpoint.ImmutableEndpoint endpoint)
                                               throws org.mule.api.MuleException
Specified by:
create in interface org.mule.api.transport.MessageRequesterFactory
Specified by:
create in class org.mule.transport.AbstractMessageRequesterFactory
Throws:
org.mule.api.MuleException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.