|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
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.tools.visualizer.service | |
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 | |
---|---|
void |
StreamingScriptComponent.call(InputStream in,
OutputStream out,
UMOEventContext eventContext)
|
Object |
ScriptComponent.onCall(UMOEventContext eventContext)
|
protected void |
StreamingScriptComponent.populateBindings(javax.script.Bindings namespace,
InputStream in,
OutputStream out,
UMOEventContext context)
|
protected void |
ScriptComponent.populateBindings(javax.script.Bindings namespace,
UMOEventContext context)
|
protected void |
AbstractScriptComponent.populateBindings(javax.script.Bindings namespace,
UMOEventContext context)
|
protected void |
ScriptMessageBuilder.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 |
NullComponent.onCall(UMOEventContext context)
Deprecated. |
Object |
PassThroughComponent.onCall(UMOEventContext context)
|
Object |
NoArgsCallWrapper.onCall(UMOEventContext context)
|
Object |
StaticComponent.onCall(UMOEventContext eventContext)
|
Object |
LogComponent.onCall(UMOEventContext context)
|
Object |
EchoComponent.onCall(UMOEventContext context)
|
Object |
BridgeComponent.onCall(UMOEventContext context)
|
Uses of UMOEventContext in org.mule.examples.loanbroker.transformers |
---|
Methods in org.mule.examples.loanbroker.transformers with parameters of type UMOEventContext | |
---|---|
protected String |
RestRequestToCustomerRequest.getParam(UMOEventContext context,
String name)
|
Object |
RestRequestToCustomerRequest.transform(Object src,
String encoding,
UMOEventContext context)
|
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 | |
---|---|
protected Object |
MuleManagerComponent.invokeAction(AdminNotification action,
UMOEventContext context)
|
Object |
MuleManagerComponent.onCall(UMOEventContext context)
|
protected Object |
MuleManagerComponent.receiveAction(AdminNotification action,
UMOEventContext context)
|
protected Object |
MuleManagerComponent.sendAction(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 |
DynamicEntryPoint.invoke(Object component,
UMOEventContext context)
|
Object |
CallableEntryPoint.invoke(Object component,
UMOEventContext context)
|
Object |
StreamingEntryPoint.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.addBodyPartHeaders(BodyPart part,
String name,
UMOEventContext context)
|
protected void |
ObjectToMimeMessage.setContent(Object payload,
Message msg,
String contentType,
UMOEventContext context)
|
protected void |
StringToEmailMessage.setContent(Object payload,
Message msg,
String contentType,
UMOEventContext context)
|
Object |
StringToEmailMessage.transform(Object src,
String encoding,
UMOEventContext context)
|
Uses of UMOEventContext in org.mule.providers.http.transformers |
---|
Methods in org.mule.providers.http.transformers with parameters of type UMOEventContext | |
---|---|
protected HttpResponse |
UMOMessageToHttpResponse.createResponse(Object src,
String encoding,
UMOEventContext context)
|
protected void |
ObjectToHttpClientMethodRequest.setHeaders(HttpMethod httpMethod,
UMOEventContext context)
|
Object |
ObjectToHttpClientMethodRequest.transform(Object src,
String encoding,
UMOEventContext context)
|
Object |
UMOMessageToHttpResponse.transform(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 |
---|
Methods in org.mule.providers.soap with parameters of type UMOEventContext | |
---|---|
Object |
WSProxyService.onCall(UMOEventContext eventContext)
|
Uses of UMOEventContext in org.mule.providers.soap.axis |
---|
Methods in org.mule.providers.soap.axis with parameters of type UMOEventContext | |
---|---|
void |
AxisServiceComponent.doGet(UMOEventContext context,
WriterMessageAdapter response)
|
protected void |
AxisServiceComponent.doPost(UMOEventContext context,
WriterMessageAdapter response)
|
protected String |
AxisServiceComponent.getServiceName(UMOEventContext context,
UMOEndpointURI endpointUri)
|
Object |
AxisServiceComponent.onCall(UMOEventContext context)
Passes the context to the listener |
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)
|
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 | |
---|---|
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. |
Object |
XFireServiceComponent.onCall(UMOEventContext eventContext)
|
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 |
ObjectToXmppPacket.transform(Object src,
String encoding,
UMOEventContext context)
|
Object |
XmppPacketToObject.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 |
MuleTestUtils.getTestEventContext(Object data)
|
static UMOEventContext |
AbstractMuleTestCase.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 | |
---|---|
void |
FunctionalStreamingTestComponent.call(InputStream in,
OutputStream unused,
UMOEventContext context)
|
void |
EventCallback.eventReceived(UMOEventContext context,
Object component)
|
Object |
FunctionalTestComponent.onCall(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 | |
---|---|
void |
Kiwi.handle(UMOEventContext eventContext)
|
Object |
Apple.onCall(UMOEventContext context)
|
Object |
Orange.onCall(UMOEventContext context)
|
Uses of UMOEventContext in org.mule.tools.visualizer.service |
---|
Methods in org.mule.tools.visualizer.service with parameters of type UMOEventContext | |
---|---|
Object |
VisualizerService.onCall(UMOEventContext eventContext)
|
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 | |
---|---|
protected void |
ScriptTransformer.populateBindings(javax.script.Bindings namespace,
UMOEventContext context,
Object src)
|
Object |
ScriptTransformer.transform(Object src,
String encoding,
UMOEventContext context)
|
Uses of UMOEventContext in org.mule.transformers.simple |
---|
Methods in org.mule.transformers.simple with parameters of type UMOEventContext | |
---|---|
Object |
ObjectToByteArray.transform(Object src,
String encoding,
UMOEventContext context)
|
Object |
SerializableToByteArray.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 |
XmlToObject.transform(Object src,
String encoding,
UMOEventContext context)
|
Object |
ObjectToXml.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |