org.mule.test.integration.streaming
Class ExceptionThrowingVMMessageDispatcherFactory

java.lang.Object
  extended by org.mule.test.integration.streaming.ExceptionThrowingVMMessageDispatcherFactory
All Implemented Interfaces:
MessageDispatcherFactory

public class ExceptionThrowingVMMessageDispatcherFactory
extends Object
implements MessageDispatcherFactory


Constructor Summary
ExceptionThrowingVMMessageDispatcherFactory()
           
 
Method Summary
 void activate(OutboundEndpoint endpoint, MessageDispatcher dispatcher)
           
 MessageDispatcher create(OutboundEndpoint endpoint)
           
 void destroy(OutboundEndpoint endpoint, MessageDispatcher dispatcher)
           
 boolean isCreateDispatcherPerRequest()
           
 void passivate(OutboundEndpoint endpoint, MessageDispatcher dispatcher)
           
 boolean validate(OutboundEndpoint endpoint, MessageDispatcher dispatcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionThrowingVMMessageDispatcherFactory

public ExceptionThrowingVMMessageDispatcherFactory()
Method Detail

activate

public void activate(OutboundEndpoint endpoint,
                     MessageDispatcher dispatcher)
              throws MuleException
Specified by:
activate in interface MessageDispatcherFactory
Throws:
MuleException

create

public MessageDispatcher create(OutboundEndpoint endpoint)
                         throws MuleException
Specified by:
create in interface MessageDispatcherFactory
Throws:
MuleException

destroy

public void destroy(OutboundEndpoint endpoint,
                    MessageDispatcher dispatcher)
Specified by:
destroy in interface MessageDispatcherFactory

isCreateDispatcherPerRequest

public boolean isCreateDispatcherPerRequest()
Specified by:
isCreateDispatcherPerRequest in interface MessageDispatcherFactory

passivate

public void passivate(OutboundEndpoint endpoint,
                      MessageDispatcher dispatcher)
Specified by:
passivate in interface MessageDispatcherFactory

validate

public boolean validate(OutboundEndpoint endpoint,
                        MessageDispatcher dispatcher)
Specified by:
validate in interface MessageDispatcherFactory


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.