org.mule.tck.testmodels.mule
Class TestMessageDispatcherFactory
java.lang.Object
org.mule.transport.AbstractMessageDispatcherFactory
org.mule.tck.testmodels.mule.TestMessageDispatcherFactory
- All Implemented Interfaces:
- org.mule.api.transport.MessageDispatcherFactory
public class TestMessageDispatcherFactory
- extends org.mule.transport.AbstractMessageDispatcherFactory
A Test message dispatcher factory that is used for testing configuration loading since "test://"
endpoints can be used instead of bringing in other dependencies into Mule core
Method Summary |
org.mule.api.transport.MessageDispatcher |
create(org.mule.api.endpoint.OutboundEndpoint endpoint)
|
Methods inherited from class org.mule.transport.AbstractMessageDispatcherFactory |
activate, destroy, isCreateDispatcherPerRequest, passivate, toString, validate |
TestMessageDispatcherFactory
public TestMessageDispatcherFactory()
create
public org.mule.api.transport.MessageDispatcher create(org.mule.api.endpoint.OutboundEndpoint endpoint)
throws org.mule.api.MuleException
- Specified by:
create
in interface org.mule.api.transport.MessageDispatcherFactory
- Specified by:
create
in class org.mule.transport.AbstractMessageDispatcherFactory
- Throws:
org.mule.api.MuleException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.