Uses of Interface
org.mule.umo.UMOEventContext

Packages that use UMOEventContext
org.mule.components.builder   
org.mule.components.rest   
org.mule.components.script.jsr223   
org.mule.components.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.examples.loanbroker.transformers   
org.mule.extras.spring.events A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. 
org.mule.extras.spring.remoting   
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.internal.admin Admin components and Agents used to control and Monitor Mule 
org.mule.impl.model.resolvers   
org.mule.impl.model.seda.optimised   
org.mule.impl.model.streaming   
org.mule.providers.email.transformers Contains transformers to convert to and from the java.mail.Message type. 
org.mule.providers.http.transformers   
org.mule.providers.oracle.jms.transformers   
org.mule.providers.soap.axis Provides an Axis soap transport for Mule
org.mule.providers.soap.axis.extras   
org.mule.providers.soap.transformers   
org.mule.providers.soap.xfire   
org.mule.providers.soap.xfire.transport   
org.mule.providers.xmpp.transformers   
org.mule.samples.errorhandler   
org.mule.tck Provides a suite of abstract test cases that can be used to test you custom Mule extensions. 
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.tck.testmodels.fruit Contains the Fruit test model used by the tck and all other testcases in Mule. 
org.mule.transformers Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.transformers.script   
org.mule.transformers.simple Basic transformer implementations. 
org.mule.transformers.xml Xml and Xslt Transformer implementations. 
org.mule.umo.lifecycle Lifecycle interfaces for all UMOcomponents. 
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
 

Uses of UMOEventContext in org.mule.components.builder
 

Methods in org.mule.components.builder with parameters of type UMOEventContext
 Object AbstractMessageBuilder.onCall(UMOEventContext eventContext)
           
 

Uses of UMOEventContext in org.mule.components.rest
 

Methods in org.mule.components.rest with parameters of type UMOEventContext
 Object RestServiceWrapper.onCall(UMOEventContext eventContext)
           
 

Uses of UMOEventContext in org.mule.components.script.jsr223
 

Methods in org.mule.components.script.jsr223 with parameters of type UMOEventContext
protected  void ScriptMessageBuilder.populateBindings(javax.script.Bindings namespace, UMOEventContext context)
           
 Object ScriptComponent.onCall(UMOEventContext eventContext)
           
protected  void ScriptComponent.populateBindings(javax.script.Bindings namespace, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.components.simple
 

Methods in org.mule.components.simple with parameters of type UMOEventContext
 void StreamingBridgeComponent.call(InputStream in, OutputStream out, UMOEventContext context)
           
 Object StaticComponent.onCall(UMOEventContext eventContext)
           
 Object NullComponent.onCall(UMOEventContext context)
          Deprecated.  
 Object LogComponent.onCall(UMOEventContext context)
           
 Object NoArgsCallWrapper.onCall(UMOEventContext context)
           
 Object PassThroughComponent.onCall(UMOEventContext context)
          Deprecated.  
 Object BridgeComponent.onCall(UMOEventContext context)
           
 Object EchoComponent.onCall(UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.examples.loanbroker.transformers
 

Methods in org.mule.examples.loanbroker.transformers with parameters of type UMOEventContext
 Object RestRequestToCustomerRequest.transform(Object src, String encoding, UMOEventContext context)
           
protected  String RestRequestToCustomerRequest.getParam(UMOEventContext context, String name)
           
 Object SetLendersAsRecipients.transform(Object src, String encoding, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.extras.spring.events
 

Methods in org.mule.extras.spring.events that return UMOEventContext
 UMOEventContext MuleApplicationEvent.getMuleEventContext()
           
 

Methods in org.mule.extras.spring.events with parameters of type UMOEventContext
 void MuleEventMulticaster.onMuleEvent(UMOEventContext context)
          This is the callback method used by Mule to give Mule events to this Multicaster
 

Uses of UMOEventContext in org.mule.extras.spring.remoting
 

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

Uses of UMOEventContext in org.mule.impl
 

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

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

Uses of UMOEventContext in org.mule.impl.internal.admin
 

Methods in org.mule.impl.internal.admin with parameters of type UMOEventContext
 Object MuleManagerComponent.onCall(UMOEventContext context)
           
protected  Object MuleManagerComponent.invokeAction(AdminNotification action, UMOEventContext context)
           
protected  Object MuleManagerComponent.sendAction(AdminNotification action, UMOEventContext context)
           
protected  Object MuleManagerComponent.receiveAction(AdminNotification action, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.impl.model.resolvers
 

Methods in org.mule.impl.model.resolvers with parameters of type UMOEventContext
 Object CallableEntryPoint.invoke(Object component, UMOEventContext context)
           
 Object StreamingEntryPoint.invoke(Object component, UMOEventContext context)
           
 Object DynamicEntryPoint.invoke(Object component, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.impl.model.seda.optimised
 

Methods in org.mule.impl.model.seda.optimised with parameters of type UMOEventContext
protected  UMOMessage OptimisedMuleProxy.invokeUmo(UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.impl.model.streaming
 

Methods in org.mule.impl.model.streaming with parameters of type UMOEventContext
 void StreamingService.call(InputStream in, OutputStream out, UMOEventContext context)
          A service component that passes the inputStream and output stream for an event direcly to the service component.
 

Constructors in org.mule.impl.model.streaming with parameters of type UMOEventContext
DeferredOutputStream(UMOEventContext event)
           
DeferredOutputStream(UMOEventContext event, int buffer)
           
 

Uses of UMOEventContext in org.mule.providers.email.transformers
 

Methods in org.mule.providers.email.transformers with parameters of type UMOEventContext
protected  void ObjectToMimeMessage.setContent(Object payload, Message msg, String contentType, UMOEventContext context)
           
protected  void ObjectToMimeMessage.addBodyPartHeaders(BodyPart part, String name, UMOEventContext context)
           
 Object StringToEmailMessage.transform(Object src, String encoding, UMOEventContext context)
           
protected  void StringToEmailMessage.setContent(Object payload, Message msg, String contentType, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.providers.http.transformers
 

Methods in org.mule.providers.http.transformers with parameters of type UMOEventContext
 Object ObjectToHttpClientMethodRequest.transform(Object src, String encoding, UMOEventContext context)
           
protected  void ObjectToHttpClientMethodRequest.setHeaders(org.apache.commons.httpclient.HttpMethod httpMethod, UMOEventContext context)
           
 Object UMOMessageToHttpResponse.transform(Object src, String encoding, UMOEventContext context)
           
protected  HttpResponse UMOMessageToHttpResponse.createResponse(Object src, String encoding, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.providers.oracle.jms.transformers
 

Methods in org.mule.providers.oracle.jms.transformers with parameters of type UMOEventContext
 Object StringToXMLMessage.transform(Object src, String encoding, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.providers.soap.axis
 

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

Uses of UMOEventContext in org.mule.providers.soap.axis.extras
 

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

Uses of UMOEventContext in org.mule.providers.soap.transformers
 

Methods in org.mule.providers.soap.transformers with parameters of type UMOEventContext
 Object HttpRequestToSoapRequest.transform(Object src, String encoding, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.providers.soap.xfire
 

Methods in org.mule.providers.soap.xfire with parameters of type UMOEventContext
 Object XFireServiceComponent.onCall(UMOEventContext eventContext)
           
protected  InputStream XFireServiceComponent.getMessageStream(UMOEventContext context)
          Gets the stream representation of the current message.
protected  String XFireServiceComponent.getServiceName(UMOEventContext context)
          Get the service that is mapped to the specified request.
 

Uses of UMOEventContext in org.mule.providers.soap.xfire.transport
 

Methods in org.mule.providers.soap.xfire.transport with parameters of type UMOEventContext
protected  String MuleLocalChannel.getService(UMOEventContext context)
          Get the service that is mapped to the specified request.
 Object MuleLocalChannel.onCall(UMOEventContext ctx)
           
 

Uses of UMOEventContext in org.mule.providers.xmpp.transformers
 

Methods in org.mule.providers.xmpp.transformers with parameters of type UMOEventContext
 Object XmppPacketToObject.transform(Object src, String encoding, UMOEventContext context)
           
 Object ObjectToXmppPacket.transform(Object src, String encoding, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.samples.errorhandler
 

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

Uses of UMOEventContext in org.mule.tck
 

Methods in org.mule.tck that return UMOEventContext
static UMOEventContext AbstractMuleTestCase.getTestEventContext(Object data)
           
static UMOEventContext MuleTestUtils.getTestEventContext(Object data)
           
 

Uses of UMOEventContext in org.mule.tck.functional
 

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

Methods in org.mule.tck.functional with parameters of type UMOEventContext
 Object FunctionalTestComponent.onCall(UMOEventContext context)
           
 void EventCallback.eventReceived(UMOEventContext context, Object component)
           
 void FunctionalStreamingTestComponent.call(InputStream in, OutputStream unused, UMOEventContext context)
           
 

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

Uses of UMOEventContext in org.mule.tck.testmodels.fruit
 

Methods in org.mule.tck.testmodels.fruit with parameters of type UMOEventContext
 Object Apple.onCall(UMOEventContext context)
           
 void Kiwi.handle(UMOEventContext eventContext)
           
 Object Orange.onCall(UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.transformers
 

Methods in org.mule.transformers with parameters of type UMOEventContext
abstract  Object AbstractEventAwareTransformer.transform(Object src, String encoding, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.transformers.script
 

Methods in org.mule.transformers.script with parameters of type UMOEventContext
 Object ScriptTransformer.transform(Object src, String encoding, UMOEventContext context)
           
protected  void ScriptTransformer.populateBindings(javax.script.Bindings namespace, UMOEventContext context, Object src)
           
 

Uses of UMOEventContext in org.mule.transformers.simple
 

Methods in org.mule.transformers.simple with parameters of type UMOEventContext
 Object SerializableToByteArray.transform(Object src, String encoding, UMOEventContext context)
           
 Object ObjectToByteArray.transform(Object src, String encoding, UMOEventContext context)
           
 Object MessagePropertiesTransformer.transform(Object src, String encoding, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.transformers.xml
 

Methods in org.mule.transformers.xml with parameters of type UMOEventContext
 Object ObjectToXml.transform(Object src, String encoding, UMOEventContext context)
           
 Object XmlToObject.transform(Object src, String encoding, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.umo.lifecycle
 

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

Uses of UMOEventContext in org.mule.umo.model
 

Methods in org.mule.umo.model with parameters of type UMOEventContext
 Object UMOEntryPoint.invoke(Object component, UMOEventContext context)
           
 



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