com.mulesoft.adapter
Class Component

java.lang.Object
  extended by com.mulesoft.adapter.Component
All Implemented Interfaces:
org.mule.api.lifecycle.Callable, org.mule.api.lifecycle.EventListener
Direct Known Subclasses:
PerformGeneration, PerformLogin

public abstract class Component
extends Object
implements org.mule.api.lifecycle.Callable


Constructor Summary
Component()
           
 
Method Summary
protected abstract  org.mule.api.MuleMessage doOnCall(org.mule.api.MuleMessage message)
           
 Object onCall(org.mule.api.MuleEventContext eventContext)
           
 void setContentType(String contentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component()
Method Detail

onCall

public Object onCall(org.mule.api.MuleEventContext eventContext)
              throws Exception
Specified by:
onCall in interface org.mule.api.lifecycle.Callable
Throws:
Exception

setContentType

public void setContentType(String contentType)

doOnCall

protected abstract org.mule.api.MuleMessage doOnCall(org.mule.api.MuleMessage message)
                                              throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.