|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.AbstractMessageRequesterFactory
org.mule.transport.email.RetrieveMessageRequesterFactory
public class RetrieveMessageRequesterFactory
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 | |
---|---|
MessageRequester |
create(InboundEndpoint endpoint)
Creates a new message requester instance, initialised with the passed 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 |
---|
public RetrieveMessageRequesterFactory()
Method Detail |
---|
public boolean isCreateRequesterPerRequest()
isCreateRequesterPerRequest
in interface MessageRequesterFactory
isCreateRequesterPerRequest
in class AbstractMessageRequesterFactory
false
by default, unless overwritten by a subclass.public MessageRequester create(InboundEndpoint endpoint) throws MuleException
MessageRequesterFactory
create
in interface MessageRequesterFactory
create
in class AbstractMessageRequesterFactory
endpoint
- the endoint for which this requester should be created
MessageRequester
for this
transport
MuleException
- if the requester cannot be created
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |