package customerSession;
/**
 * Home interface for Enterprise Bean: CustomerSession
 */
public interface CustomerSessionHome extends javax.ejb.EJBHome {
	/**
	 * Creates a default instance of Session Bean: CustomerSession
	 */
	public customerSession.CustomerSession create()
		throws javax.ejb.CreateException, java.rmi.RemoteException;
}
