org.mule.test.integration.transaction.extras
Class MyComponent

java.lang.Object
  extended by org.mule.test.integration.transaction.extras.MyComponent

public class MyComponent
extends Object


Constructor Summary
MyComponent()
           
 
Method Summary
 boolean doInsertTitle(Book book)
           
 LibraryDao getLibrary()
           
 void setLibrary(LibraryDao library)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyComponent

public MyComponent()
Method Detail

doInsertTitle

public boolean doInsertTitle(Book book)
                      throws Exception
Throws:
Exception

getLibrary

public LibraryDao getLibrary()

setLibrary

public void setLibrary(LibraryDao library)


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