org.mule.transport.vm.functional
Class AttachmentsComponent

java.lang.Object
  extended by org.mule.transport.vm.functional.AttachmentsComponent
All Implemented Interfaces:
org.mule.api.lifecycle.Callable, org.mule.api.lifecycle.EventListener

public class AttachmentsComponent
extends Object
implements org.mule.api.lifecycle.Callable

A test service that reads inbound attachments and sends an attachment back. This class is only suitable for the VMAttachementsTestCase.


Constructor Summary
AttachmentsComponent()
           
 
Method Summary
 Object onCall(org.mule.api.MuleEventContext eventContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentsComponent

public AttachmentsComponent()
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


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