org.mule.example.loanbroker.credit
Interface CreditAgencyHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface CreditAgencyHome
extends javax.ejb.EJBHome

CreditAgencyHome the home inteface for the credit agency service


Method Summary
 CreditAgency create()
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

CreditAgency create()
                    throws java.rmi.RemoteException,
                           javax.ejb.CreateException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException


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