Uses of Interface
org.mule.api.MuleEventContext

Packages that use MuleEventContext
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api.lifecycle Lifecycle interfaces for all Components. 
org.mule.api.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
org.mule.component.builder   
org.mule.component.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.example.errorhandler   
org.mule.example.scripting   
org.mule.expression   
org.mule.model.resolvers   
org.mule.module.client.remoting   
org.mule.module.scripting.component Base classes for script based components such as BeanShell or Groovy. 
org.mule.module.spring.events A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. 
org.mule.module.spring.remoting   
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.tck.security   
org.mule.transport.cxf   
org.mule.transport.soap   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
org.mule.transport.soap.axis.extras   
 

Uses of MuleEventContext in org.mule
 

Classes in org.mule that implement MuleEventContext
 class DefaultMuleEventContext
          DefaultMuleEventContext is the context object for the current request.
 

Methods in org.mule that return MuleEventContext
static MuleEventContext RequestContext.getEventContext()
           
 

Uses of MuleEventContext in org.mule.api.lifecycle
 

Methods in org.mule.api.lifecycle with parameters of type MuleEventContext
 Object Callable.onCall(MuleEventContext eventContext)
          Passes the event to the listener
 

Uses of MuleEventContext in org.mule.api.model
 

Methods in org.mule.api.model with parameters of type MuleEventContext
 Object EntryPoint.invoke(Object component, MuleEventContext context)
           
 InvocationResult EntryPointResolver.invoke(Object component, MuleEventContext context)
           
 Object EntryPointResolverSet.invoke(Object component, MuleEventContext context)
           
 

Uses of MuleEventContext in org.mule.component.builder
 

Methods in org.mule.component.builder with parameters of type MuleEventContext
 Object AbstractMessageBuilder.onCall(MuleEventContext eventContext)
          Deprecated.  
 

Uses of MuleEventContext in org.mule.component.simple
 

Methods in org.mule.component.simple with parameters of type MuleEventContext
 Object BridgeComponent.onCall(MuleEventContext context)
          Deprecated.  
 Object EchoComponent.onCall(MuleEventContext context)
           
 Object LogComponent.onCall(MuleEventContext context)
           
 Object NullComponent.onCall(MuleEventContext context)
           
 Object StaticComponent.onCall(MuleEventContext eventContext)
           
 

Uses of MuleEventContext in org.mule.example.errorhandler
 

Methods in org.mule.example.errorhandler with parameters of type MuleEventContext
 Object BusinessErrorManager.onCall(MuleEventContext context)
           
 

Uses of MuleEventContext in org.mule.example.scripting
 

Methods in org.mule.example.scripting with parameters of type MuleEventContext
 Object AccumulatorComponent.onCall(MuleEventContext context)
           
 

Uses of MuleEventContext in org.mule.expression
 

Methods in org.mule.expression that return MuleEventContext
protected  MuleEventContext MuleContextExpressionEvaluator.getEventContext()
           
 

Uses of MuleEventContext in org.mule.model.resolvers
 

Methods in org.mule.model.resolvers with parameters of type MuleEventContext
protected  Method AbstractEntryPointResolver.addMethodByName(Method method, MuleEventContext context)
           
protected  Method AbstractEntryPointResolver.getMethodByName(String methodName, MuleEventContext context)
           
protected  Object[] AbstractEntryPointResolver.getPayloadFromMessage(MuleEventContext context)
           
protected  Object[] ArrayEntryPointResolver.getPayloadFromMessage(MuleEventContext context)
           
protected  Object[] NoArgumentsEntryPointResolver.getPayloadFromMessage(MuleEventContext context)
           
 InvocationResult AbstractArgumentEntryPointResolver.invoke(Object component, MuleEventContext context)
           
 InvocationResult CallableEntryPointResolver.invoke(Object component, MuleEventContext context)
           
 Object DefaultEntryPointResolverSet.invoke(Object component, MuleEventContext context)
           
 InvocationResult ExplicitMethodEntryPointResolver.invoke(Object component, MuleEventContext context)
           
 InvocationResult MethodHeaderPropertyEntryPointResolver.invoke(Object component, MuleEventContext context)
           
 InvocationResult ReflectionEntryPointResolver.invoke(Object component, MuleEventContext context)
          Will discover the entrypoint on the service using the payload type to figure out the method to call.
 

Uses of MuleEventContext in org.mule.module.client.remoting
 

Methods in org.mule.module.client.remoting with parameters of type MuleEventContext
protected  ServerHandshake RemoteDispatcherComponent.doHandshake(MuleEventContext context)
           
protected  Object RemoteDispatcherComponent.invokeAction(RemoteDispatcherNotification action, MuleEventContext context)
           
 Object RemoteDispatcherComponent.onCall(MuleEventContext context)
           
protected  Object RemoteDispatcherComponent.receiveAction(RemoteDispatcherNotification action, MuleEventContext context)
           
protected  Object RemoteDispatcherComponent.sendAction(RemoteDispatcherNotification action, MuleEventContext context)
           
 

Uses of MuleEventContext in org.mule.module.scripting.component
 

Methods in org.mule.module.scripting.component with parameters of type MuleEventContext
 Object GroovyRefreshableBeanBuilder.onCall(MuleEventContext eventContext)
           
 

Uses of MuleEventContext in org.mule.module.spring.events
 

Methods in org.mule.module.spring.events that return MuleEventContext
 MuleEventContext MuleApplicationEvent.getMuleEventContext()
           
 

Methods in org.mule.module.spring.events with parameters of type MuleEventContext
 Object MuleEventMulticaster.onCall(MuleEventContext context)
          This is the callback method used by Mule to give Mule events to this Multicaster
 

Uses of MuleEventContext in org.mule.module.spring.remoting
 

Methods in org.mule.module.spring.remoting with parameters of type MuleEventContext
 Object SpringRemoteInvokerComponent.onCall(MuleEventContext eventContext)
           
 

Uses of MuleEventContext in org.mule.tck.functional
 

Methods in org.mule.tck.functional that return MuleEventContext
 MuleEventContext FunctionalTestNotification.getEventContext()
           
 

Methods in org.mule.tck.functional with parameters of type MuleEventContext
 void CountdownCallback.eventReceived(MuleEventContext context, Object Component)
           
 void CounterCallback.eventReceived(MuleEventContext context, Object Component)
           
 void ResponseWriterCallback.eventReceived(MuleEventContext context, Object component)
           
 void EventCallback.eventReceived(MuleEventContext context, Object component)
           
 Object FunctionalTestComponent.onCall(MuleEventContext context)
          Passes the event to the listener
 Object FunctionalStreamingTestComponent.onCall(MuleEventContext context)
           
 Object TransactionalFunctionalTestComponent.onCall(MuleEventContext context)
          Passes the event to the listener
protected  Object FunctionalTestComponent.process(Object data, MuleEventContext context)
          The service method that implements the test component logic.
 

Constructors in org.mule.tck.functional with parameters of type MuleEventContext
FunctionalTestNotification(MuleEventContext context, Object replyMessage, int action)
           
 

Uses of MuleEventContext in org.mule.tck.security
 

Methods in org.mule.tck.security with parameters of type MuleEventContext
 Object TestSecurityComponent.onCall(MuleEventContext eventContext)
           
 

Uses of MuleEventContext in org.mule.transport.cxf
 

Methods in org.mule.transport.cxf with parameters of type MuleEventContext
protected  Object CxfServiceComponent.generateWSDLOrXSD(MuleEventContext eventContext, String req)
           
protected  InputStream CxfServiceComponent.getMessageStream(MuleEventContext context)
          Gets the stream representation of the current message.
 Object CxfServiceComponent.onCall(MuleEventContext eventContext)
           
protected  Object CxfServiceComponent.sendToDestination(MuleEventContext ctx)
           
 

Uses of MuleEventContext in org.mule.transport.soap
 

Methods in org.mule.transport.soap with parameters of type MuleEventContext
 Object WSProxyService.onCall(MuleEventContext eventContext)
           
 

Uses of MuleEventContext in org.mule.transport.soap.axis
 

Methods in org.mule.transport.soap.axis with parameters of type MuleEventContext
 void AxisServiceComponent.doGet(MuleEventContext context, WriterMessageAdapter response)
           
protected  void AxisServiceComponent.doPost(MuleEventContext context, WriterMessageAdapter response)
           
protected  String AxisServiceComponent.getServiceName(MuleEventContext context, EndpointURI endpointUri)
           
 Object AxisServiceComponent.onCall(MuleEventContext context)
          Passes the context to the listener
protected  void AxisServiceComponent.processMethodRequest(org.apache.axis.MessageContext msgContext, MuleEventContext context, WriterMessageAdapter response, EndpointURI endpointUri)
           
protected  void AxisServiceComponent.reportAvailableServices(MuleEventContext context, WriterMessageAdapter response)
           
protected  void AxisServiceComponent.reportCantGetAxisService(MuleEventContext context, WriterMessageAdapter response)
           
 

Uses of MuleEventContext in org.mule.transport.soap.axis.extras
 

Methods in org.mule.transport.soap.axis.extras with parameters of type MuleEventContext
static Map AxisCleanAndAddProperties.cleanAndAdd(MuleEventContext muleEventContext)
           
 



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