public static final class AbderaServiceComponent.AbderaCallable extends Object implements Callable
Constructor and Description |
---|
AbderaServiceComponent.AbderaCallable(AbderaServiceComponent abderaServiceComponent) |
protected static final transient Log logger
public AbderaServiceComponent.AbderaCallable(AbderaServiceComponent abderaServiceComponent)
public Object onCall(MuleEventContext event) throws MuleException
Callable
onCall
in interface Callable
event
- the context of the current event being processLifecycleAdapter
for the service receives this
object it will first see if the Object is an MuleMessage
if not and the Object is not null a new message will be created using
the returned object as the payload. This new event will then get
published via the configured outbound router if-
setStopFurtherProcessing(true)
wasn't called
on the event context event.MuleException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.