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

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

public interface ProcessLoanApplicationBusinessServiceHome
extends javax.ejb.EJBHome

The Home Interface for SOAPXMLMessageTransportHandlerBean.


Method Summary
 ProcessLoanApplicationBusinessService create()
          Create an instance of SOAPXMLMessageTransportHandlerBean.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

ProcessLoanApplicationBusinessService create()
                                             throws javax.ejb.CreateException,
                                                    java.rmi.RemoteException
Create an instance of SOAPXMLMessageTransportHandlerBean.

Returns:
SOAPXMLMessageTransportHandler
Throws:
java.rmi.RemoteException - if there is a communications or systems failure
javax.ejb.CreateException - if there is a problem creating the bean