org.mule.api.context
Interface MuleContextAware

All Known Subinterfaces:
Connector, EndpointBuilder, EndpointFactory, Model, Service
All Known Implementing Classes:
AbstractAgent, AbstractConnector, AbstractEndpointBuilder, AbstractEndpointSecurityFilter, AbstractEventAggregator, AbstractEventResequencer, AbstractExceptionListener, AbstractJndiConnector, AbstractMessageSplitter, AbstractModel, AbstractNotificationLoggerAgent, AbstractOutboundRouter, AbstractRecipientList, AbstractResponseAggregator, AbstractResponseRouter, AbstractRouter, AbstractRouterCollection, AbstractService, ChainingRouter, ConfigScannerAgent, CorrelationAggregator, CorrelationEventResequencer, DefaultEndpointFactory, DefaultExceptionStrategy, DefaultInboundRouterCollection, DefaultNestedRouter, DefaultNestedRouterCollection, DefaultOutboundRouterCollection, DefaultResponseRouterCollection, DefaultServiceExceptionStrategy, DirectModel, DirectService, EndpointNotificationLoggerAgent, EndpointSelector, EndpointURIEndpointBuilder, EventFilePersistenceStrategy, ExceptionBasedRouter, FilePersistenceStrategy, FilteringListMessageSplitter, FilteringOutboundRouter, ForwardingConsumer, IdempotentReceiver, IdempotentSecureHashReceiver, InboundPassThroughRouter, InheritedModel, Log4jNotificationLoggerAgent, MessageChunkingAggregator, MessageChunkingRouter, MuleEncryptionEndpointSecurityFilter, MulticastingRouter, OutboundPassThroughRouter, PipelineModel, PipelineService, ResponseCorrelationAggregator, SedaModel, SedaService, SelectiveConsumer, SimpleCollectionAggregator, SimpleCollectionResponseAggregator, SimpleRegistryBootstrap, SingleResponseRouter, StaticRecipientList, TemplateEndpointRouter, TransformerRouter, WireTap

public interface MuleContextAware

Objects who want to be aware of the MuleContext should implement this interface. Once the context has been initialised it will be passed to all objects implementing this interface.


Method Summary
 void setMuleContext(MuleContext context)
           
 

Method Detail

setMuleContext

void setMuleContext(MuleContext context)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.