org.mule.transport.jms
Class JmsMessageRequesterFactory
java.lang.Object
org.mule.transport.AbstractMessageRequesterFactory
org.mule.transport.jms.JmsMessageRequesterFactory
- All Implemented Interfaces:
- MessageRequesterFactory
public class JmsMessageRequesterFactory
- extends AbstractMessageRequesterFactory
JmsMessageDispatcherFactory creates a message adapter that will
send JMS messages
JmsMessageRequesterFactory
public JmsMessageRequesterFactory()
create
public MessageRequester create(InboundEndpoint endpoint)
throws MuleException
- Description copied from interface:
MessageRequesterFactory
- Creates a new message requester instance, initialised with the passed
endpoint. The returned instance should be immediately useable.
- Specified by:
create in interface MessageRequesterFactory- Specified by:
create in class AbstractMessageRequesterFactory
- Parameters:
endpoint - the endoint for which this requester should be created
- Returns:
- a properly created
MessageRequester for this
transport
- Throws:
MuleException - if the requester cannot be created
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.