org.osesb.transporthandlers.test.deployabletestpackage2.soaptransporthandler.ejb20
Interface ProcessLoanApplicationBusinessService

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

public interface ProcessLoanApplicationBusinessService
extends javax.ejb.EJBObject

The Remote Interface for SOAPXMLMessageTransportHandlerBean.


Method Summary
 int getCreditRating()
           
 java.lang.String processLoanApplication(java.lang.String xmlText)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

processLoanApplication

java.lang.String processLoanApplication(java.lang.String xmlText)
                                        throws java.rmi.RemoteException,
                                               java.lang.Exception
Throws:
java.rmi.RemoteException
java.lang.Exception

getCreditRating

int getCreditRating()
                    throws java.rmi.RemoteException,
                           java.lang.Exception
Throws:
java.rmi.RemoteException
java.lang.Exception