org.mule.example.loanbroker.credit
Interface CreditAgency

All Superinterfaces:
EJBObject, Remote

public interface CreditAgency
extends EJBObject

CreditAgency defines the interface for the credit agency service


Method Summary
 String getCreditProfile(String name, Integer ssn)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getCreditProfile

String getCreditProfile(String name,
                        Integer ssn)
                        throws RemoteException
Throws:
RemoteException


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