org.mule.transport.email
Class RetrieveMessageRequesterFactory
java.lang.Object
org.mule.transport.AbstractMessageRequesterFactory
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.
|
Method Summary |
org.mule.api.transport.MessageRequester |
create(org.mule.api.endpoint.InboundEndpoint 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 |
RetrieveMessageRequesterFactory
public RetrieveMessageRequesterFactory()
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.InboundEndpoint 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.