C G H N O P S V

C

ConnectionException - Exception in org.mule.api
Exception thrown when connect method in cloud connectors fails to connect properly.
ConnectionException(ConnectionExceptionCode, String, String) - Constructor for exception org.mule.api.ConnectionException
Create a new connection exception
ConnectionException(ConnectionExceptionCode, String, String, Throwable) - Constructor for exception org.mule.api.ConnectionException
Create a new connection exception
ConnectionExceptionCode - Enum in org.mule.api
List of possible outcomes to a connection failure

G

getCode() - Method in exception org.mule.api.ConnectionException
Get a code for what went wrong
getThirdPartyCode() - Method in exception org.mule.api.ConnectionException
Get a code for what went wrong as provided by the third party API
getUrl() - Method in interface org.mule.api.callback.HttpCallback
 

H

HttpCallback - Interface in org.mule.api.callback
 

N

NestedProcessor - Interface in org.mule.api
Callback interface used by message processors methods.

O

org.mule.api - package org.mule.api
 
org.mule.api.callback - package org.mule.api.callback
 

P

process() - Method in interface org.mule.api.callback.SourceCallback
Dispatch the current event to the flow
process(Object) - Method in interface org.mule.api.callback.SourceCallback
Dispatch message to the flow
process(Object, Map<String, Object>) - Method in interface org.mule.api.callback.SourceCallback
Dispatch message to the flow with properties
process(Object, Map<String, Object>) - Method in interface org.mule.api.NestedProcessor
Dispatch message to the processor chain
process(Object) - Method in interface org.mule.api.NestedProcessor
Dispatch message to the processor chain
process() - Method in interface org.mule.api.NestedProcessor
Dispatch original message to the processor chain
processEvent(MuleEvent) - Method in interface org.mule.api.callback.SourceCallback
Dispatch the current event to the flow
processWithExtraProperties(Map<String, Object>) - Method in interface org.mule.api.NestedProcessor
Dispatch original message to the processor chain

S

SourceCallback - Interface in org.mule.api.callback
Callback interface used by message source annotated methods to dispatch messages.
stop() - Method in interface org.mule.api.callback.StopSourceCallback
 
StopSourceCallback - Interface in org.mule.api.callback
Callback returned by methods that are annotated with @Source

It will be executed when the MessageSource is being stopped.


V

valueOf(String) - Static method in enum org.mule.api.ConnectionExceptionCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.api.ConnectionExceptionCode
Returns an array containing the constants of this enum type, in the order they are declared.

C G H N O P S V

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